Dotclear

Changeset 1206:75a0813cea49 for admin/js


Ignore:
Timestamp:
07/17/13 11:23:04 (11 years ago)
Author:
Sogos <thibault.cordier@…>
Branch:
default
Message:

Remove check on file add (Send button Disabled bug)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jsUpload/jquery.fileupload-ui.js

    r1202 r1206  
    104104                    ); 
    105105                }); 
     106 
    106107            /* 
    107              *  Recherche des fichers restants à uploader 
     108             *   
    108109             *  Activation du bouton si un fichier trouvé 
    109110             */ 
    110              var filesList = that.options.filesContainer; 
    111              if(filesList.find('.start').size() > 0) { 
    112111                var fileUploadButtonBar = that.element.find('.fileupload-buttonbar'); 
    113112                fileUploadButtonBar.find('.start').prop('disabled', false); 
    114113                fileUploadButtonBar.find('.start').removeClass('disabled'); 
    115              } 
    116114             /* 
    117115             * 
     
    142140            // Callback for successful uploads: 
    143141            done: function (e, data) { 
     142 
    144143                var that = $(this).data('blueimp-fileupload') || 
    145144                        $(this).data('fileupload'), 
Note: See TracChangeset for help on using the changeset viewer.

Sites map