Browse Source

fix issue 407

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
80672064df
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      public/self/dataset_preview.js

+ 3
- 0
public/self/dataset_preview.js View File

@@ -573,7 +573,10 @@ function next(){

function clickLast(){
if(fileindex == 0){
lastindex=true;
prePage();
lastindex=false;

}else{
last();
}


Loading…
Cancel
Save