don't even get me started about the current messy status of admin
This commit is contained in:
niphlod
2015-12-30 12:07:18 +01:00
parent 1ca0c9b0c0
commit 90c33911ab
8 changed files with 8 additions and 1295 deletions
+2 -2
View File
@@ -477,11 +477,11 @@ function filter_files() {
message=data['message'];
for(var i=0; i<files.length; i++)
jQuery('li#_'+files[i].replace(/\//g,'__').replace('.','__')).slideDown();
jQuery('.flash').html(message).slideDown();
jQuery('.w2p_flash').html(message).slideDown();
});
} else {
jQuery('.component_contents li, .formfield, .comptools').slideDown();
jQuery('.flash').html('').hide();
jQuery('.w2p_flash').html('').hide();
}
}
jQuery(document).ready(function(){