From 839addec29635af5e77de4ca6c08a39b1f766671 Mon Sep 17 00:00:00 2001 From: Sublunar Space Date: Wed, 12 Dec 2018 14:29:47 +0100 Subject: [PATCH] fixed isotope glitch --- js/SL.Calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/SL.Calendar.js b/js/SL.Calendar.js index 68c185e..3fcd441 100644 --- a/js/SL.Calendar.js +++ b/js/SL.Calendar.js @@ -225,6 +225,7 @@ SL.Calendar = (function() { } SL.Calendar.resetFileInput(); $('.planetaryhour').on('click', SL.Calendar.hourInfo); + $('#calendar').isotope('destroy'); NProgress.done(); clearTimeout(timeout); }