Revision 969d4e10 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/dragfiles.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/dragfiles.js
234 234

  
235 235
    fileUploaded: function(file) {
236 236
      var txt = '';
237
      txt += '<li class="with-checkbox">';
237
      txt += '<li class="trigger-checkbox">';
238 238
      txt += '<div class="check"><span class="snf-checkbox-unchecked"></span></div>';
239 239
      txt += '<div class="img-wrap">';
240 240
      txt += '<span class='+ ui.mimeToExt(file.type) +'></span>';

Also available in: Unified diff