fixed isotope glitch

This commit is contained in:
Sublunar Space 2018-12-12 14:29:47 +01:00
parent b8d9931f11
commit 839addec29

View file

@ -225,6 +225,7 @@ SL.Calendar = (function() {
} }
SL.Calendar.resetFileInput(); SL.Calendar.resetFileInput();
$('.planetaryhour').on('click', SL.Calendar.hourInfo); $('.planetaryhour').on('click', SL.Calendar.hourInfo);
$('#calendar').isotope('destroy');
NProgress.done(); NProgress.done();
clearTimeout(timeout); clearTimeout(timeout);
} }