Skip to content

Commit 698a7d2

Browse files
committed
Merge pull request #23 from truman/master
load first page should be true by default
2 parents 635134e + 099deec commit 698a7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
next_show_always:true,
144144
renderer:"defaultRenderer",
145145
show_if_single_page:false,
146-
load_first_page:false,
146+
load_first_page:true,
147147
callback:function(){return false;}
148148
},opts||{});
149149

0 commit comments

Comments
 (0)