This commit is contained in:
2020-06-17 22:07:37 +00:00
parent 72c24ae17a
commit bcf2277664
7 changed files with 41 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ app.ravLicenses = (function() {
//===================
//Get licenses
app.api.get("rvl/list/"+ stateMap.id, function(res) {
app.api.get("rvl/list/"+ stateMap.id, function(res) {
if (res.error) {
$.gevent.publish("app-show-error", res.msg);
} else {