##// END OF EJS Templates
Added missing semicolon to the thread update script
neko259 -
r855:cfd5a612 default
parent child Browse files
Show More
@@ -118,7 +118,7 b' function blink(node) {'
118
118
119 function isPageBottom() {
119 function isPageBottom() {
120 var scroll = $(window).scrollTop() / ($(document).height()
120 var scroll = $(window).scrollTop() / ($(document).height()
121 - $(window).height())
121 - $(window).height());
122
122
123 return scroll == 1
123 return scroll == 1
124 }
124 }
General Comments 0
You need to be logged in to leave comments. Login now