Merge branch 'hotfix/delete-clip-file' into 'develop'

Hotfix/delete clip file

See merge request !20
remotes/origin/pm_task_31703
Zolotarev Alexander 9 years ago
commit 7846be8f65
  1. 2
      static/js/apis/files_loader.js

@ -70,7 +70,7 @@ function write_sketch(id){
'<small class="text-muted clear text-ellipsis">'+ data['file_name'] +'</small>' +
'<input name="file_'+clip_file+'" readonly style="display: none;" value='+clip_file+'>' +
'</span>' +
'<a type="button" class="glyphicon glyphicon-remove" style="position: absolute;margin-top: 15px;margin-left: -3px;" onclick="remove_file_sketch(\''+clip_file+'\')"></a>' +
'<a type="button" class="glyphicon glyphicon-remove" style="margin-top: 15px;margin-left: -3px;" onclick="remove_file_sketch(\''+clip_file+'\')"></a>' +
'</div>'
)
}

Loading…
Cancel
Save