Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap 3 years ago
parent
commit
c1fad965cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/search.js

+ 1
- 1
public/home/search.js View File

@@ -592,7 +592,7 @@ function page(current){
}else{
$('#nextPage').removeClass("disabled");
$('#endPage').removeClass("disabled");
$('#endPage').attr("href","page(" + totalPage + ")");
$('#endPage').attr("href","javascript:page(" + totalPage + ")");
}
}

Loading…
Cancel
Save