Skip to content

Commit

Permalink
update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mip-platform committed Jun 15, 2017
1 parent 4b9eb53 commit 78ddb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mip-xzw-list/mip-xzw-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define(function (require) {
var $li = $('.list li');
var alen = $li.length;
$(document).on('click', '.addmorebtn', function () {
var num = $('.list li[style = "display:none;"]').length;
var num = $('.list li[style = "display:none"]').length;
var s = alen - num;
for (var i = s; i < s + 10; i++) {
var t = $li.eq(i);
Expand Down

0 comments on commit 78ddb62

Please sign in to comment.