--- no_pager/no_pager.js 2006/08/15 15:43:31 2 +++ no_pager/no_pager.js 2006/08/15 23:13:20 7 @@ -71,11 +71,11 @@ function updatePage(){ if ( isUpdating == false - && mouseState == "up" - && getPageHeight() - getScrollHeight() < preloadDistance){ - log("Getting segment: ", $("history_index").value); - setCookie(id, $("history_index").value ); - isUpdating = true; + && mouseState == "up" + && getPageHeight() - getScrollHeight() < preloadDistance){ + log("Getting segment: ", $("history_index").value); + setCookie(id, $("history_index").value ); + isUpdating = true; getMoreHistory(); } checker.cancel();