jmx 8 жил өмнө
parent
commit
ce7b80898a

+ 1 - 1
www/webapp/framework/iscroll5/iscroll.js

@@ -492,7 +492,7 @@ IScroll.prototype = {
 		newX = this.x + deltaX;
 		newY = this.y + deltaY;
 
-		if (newY < this.maxScrollY && this.pointY < 1000){
+		if (newY < this.maxScrollY){
 			this.scrollTo(0, this.maxScrollY, 400);
 		}