Fix: works on edit in place with external modules

This commit is contained in:
Regis Houssin
2012-02-07 16:51:38 +01:00
parent b62d16e2ac
commit ff59631e11
3 changed files with 39 additions and 7 deletions

View File

@@ -236,7 +236,7 @@ $(document).ready(function() {
},
callback : function(result, settings) {
var obj = $.parseJSON(result);
if (obj.error) {
$(this).html(this.revert);
$.jnotify(obj.error, "error", true);