mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
license manager
This commit is contained in:
parent
45fd7dc75b
commit
60ebfe321a
13 changed files with 534 additions and 47 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue