diff --git a/data.RES b/data.RES index 63aeb39..c38e83e 100644 Binary files a/data.RES and b/data.RES differ diff --git a/default.tpl b/default.tpl index ec9383f..08b2b60 100644 --- a/default.tpl +++ b/default.tpl @@ -85,13 +85,13 @@ COMMENT with the ones above you can disable some features of the template. They data = {}; data.token = "{.cookie|HFS_SID_.}"; showLoading() - return $.post("?mode=section&id=ajax."+method, data, function(){ + return $.post("?mode=section&id=ajax."+method, data).then(function(){ if (cb) showLoading(false) ;(cb||getStdAjaxCB()).apply(this,arguments) - }); + }, ajaxError); }//ajax - +