mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix #1339 : Fix admin file upload callback
This commit is contained in:
@@ -192,8 +192,7 @@ $(document).ready(function(){
|
||||
$('#right-ajax').empty().addClass('loading');
|
||||
},
|
||||
done: function (e, data) {
|
||||
$('#right-ajax').removeClass('loading').html(data.result);
|
||||
|
||||
enableFormsCallback(data.result);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user