Skip to content

Commit 3bc4992

Browse files
authored
Merge pull request #117 from charkhaw/master
fix infinite scroll
2 parents bda3e9f + eddcd7e commit 3bc4992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/controllers/widget.home.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* */
8585
var view = null,
8686
_items = [],
87-
limit = 15,
87+
limit = 50,
8888
chunkData = null,
8989
nextChunkDataIndex = 0,
9090
nextChunk = null,

0 commit comments

Comments
 (0)