Dotclear

Changeset 1165:0cc071519f6a for admin


Ignore:
Timestamp:
07/03/13 15:02:05 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix small issue. Clean button must not be removed, only be hidden.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_media.js

    r1164 r1165  
    1111 
    1212     $('.button.cancel', '#fileupload').click(function(e) { 
    13       $(this).hide(); 
    14      }); 
     13          $(this).hide(); 
     14     }); 
    1515 
    1616     $('.button.clean', '#fileupload').click(function(e) { 
     
    1818               $(this).remove(); 
    1919          }); 
    20           $(this).remove(); 
     20          $(this).hide(); 
    2121          $('.button.cancel','#fileupload').hide(); 
    2222          e.preventDefault(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map