license manager

This commit is contained in:
Serghey Rodin 2015-11-02 15:28:16 +02:00
parent 45fd7dc75b
commit 60ebfe321a
13 changed files with 534 additions and 47 deletions

View file

@ -867,7 +867,7 @@ App.Ajax.request = function(method, data, callback, onError){
callback && callback(reply);
}
catch(e) {
alert('GENERAL ERROR: '+e);
fb.error('GENERAL ERROR with ajax method: ' + data.request_method + ' ' + e);
//App.Helpers.generalError();
}
}