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) {
$(window).scroll(sticky.init);
},
stop: function () {
$(window).off('scroll');
$(window).off('scroll', sticky.init);
},
reset: function () {
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