diff --git a/itulFramework.js b/itulFramework.js index 5012f22..fc9b6d8 100644 --- a/itulFramework.js +++ b/itulFramework.js @@ -1071,7 +1071,7 @@ function init_fill_height(trigger = true){ spinner(); //APPEND THE STYLES - if(!$('style#itul-sidepanel-styles').length) $('head').append(''); + if(!$('style#itul-sidepanel-styles').length) $('head').append(''); //MEMORIZE THE TRIGGERING ELEMENT sidePanelTrigger = $(this);