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(){ function clickLast(){
if(fileindex == 0){ if(fileindex == 0){
lastindex=true;
prePage(); prePage();
lastindex=false;

}else{ }else{
last(); last();
} }


Loading…
Cancel
Save