Commit c05b7c2a authored by Leo Iannacone's avatar Leo Iannacone

turn off only sticky.init

parent 8148cb40
...@@ -520,7 +520,7 @@ function Page_Distrubion(socket) { ...@@ -520,7 +520,7 @@ function Page_Distrubion(socket) {
$(window).scroll(sticky.init); $(window).scroll(sticky.init);
}, },
stop: function () { stop: function () {
$(window).off('scroll'); $(window).off('scroll', sticky.init);
}, },
reset: function () { reset: function () {
sticky.stop(); sticky.stop();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment