Sfoglia il codice sorgente

Explicitly add implicitly added semicolon.

Marcel Admiraal 5 anni fa
parent
commit
14ef5a64da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      _static/js/custom.js

+ 1 - 1
_static/js/custom.js

@@ -115,7 +115,7 @@ const registerOnScrollEvent = (function(){
 
       $menu.scroll(function() {
         handleSidebarScroll();
-      })
+      });
 
       handleMainScroll(window.scrollY);
       handleSidebarScroll();