Browse Source

fix bug #412

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

+ 1
- 1
public/self/dataset_preview.js View File

@@ -626,7 +626,7 @@ function showfilelist(){
console.log(tmpIndex)
if(tmpIndex != -1){
fname = labeltastresult[i].pic_image_field.substring(tmpIndex + 1);
fname = fname.substring(fname.indexOf('/'));
fname = fname.substring(fname.indexOf('/')+1);
}
}


Loading…
Cancel
Save