Dotclear

Changeset 1188:7867c72294e6 for admin


Ignore:
Timestamp:
07/15/13 16:26:48 (12 years ago)
Author:
Sogos <thibault.cordier@…>
Branch:
default
Message:

Revert lib.dc.page.php
Masquage dynamique lors d un envoi du bouton

File:
1 edited

Legend:

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

    r1144 r1188  
    107107            // Callback for the start of each file upload request: 
    108108            send: function (e, data) { 
     109                $(this).find('.start').hide(); 
    109110                var that = $(this).data('blueimp-fileupload') || 
    110111                        $(this).data('fileupload'); 
     
    128129            // Callback for successful uploads: 
    129130            done: function (e, data) { 
     131 
    130132                var that = $(this).data('blueimp-fileupload') || 
    131133                        $(this).data('fileupload'), 
     
    269271            start: function (e) { 
    270272                var that = $(this).data('blueimp-fileupload') || 
    271                         $(this).data('fileupload'); 
     273                $(this).find('.start').hide(); 
    272274                that._resetFinishedDeferreds(); 
    273275                that._transition($(this).find('.fileupload-progress')).done( 
     276 
    274277                    function () { 
     278 
    275279                        that._trigger('started', e); 
    276280                    } 
     
    279283            // Callback for uploads stop, equivalent to the global ajaxStop event: 
    280284            stop: function (e) { 
     285                $(this).find('.start').show(); 
    281286                var that = $(this).data('blueimp-fileupload') || 
    282287                        $(this).data('fileupload'), 
Note: See TracChangeset for help on using the changeset viewer.

Sites map