Fix #1339 : Fix admin file upload callback

This commit is contained in:
Romain Neutron
2013-07-17 12:18:32 +02:00
parent 2b6a284e9c
commit 93db8d79db
6 changed files with 39 additions and 41 deletions

View File

@@ -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);
}
});