diff --git a/cps/static/js/kthoom.js b/cps/static/js/kthoom.js index b1ba0882..33e4b2fc 100644 --- a/cps/static/js/kthoom.js +++ b/cps/static/js/kthoom.js @@ -808,7 +808,7 @@ function init(filename) { var viewLength = 0; $(".mainImage").each(function(){ viewLength += $(this).height(); - }); + }); if (settings.pageDisplay === 0) { // Don't trigger the scroll for Single Page } else if (scroll > prevScrollPosition) { diff --git a/cps/templates/config_edit.html b/cps/templates/config_edit.html index e259ac2f..d101f960 100644 --- a/cps/templates/config_edit.html +++ b/cps/templates/config_edit.html @@ -105,7 +105,7 @@