utils: fix trailing comma
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5d7d30de0f
commit
3749f20c5e
@ -527,7 +527,7 @@ utilities: {
|
||||
// Proxmox.Async.api2({
|
||||
// ...
|
||||
// }).catch(Proxmox.Utils.alertResponseFailure);
|
||||
alertResponseFailure: res => Ext.Msg.alert(gettext('Error') res.htmlStatus || res.result.message),
|
||||
alertResponseFailure: res => Ext.Msg.alert(gettext('Error'), res.htmlStatus || res.result.message),
|
||||
|
||||
checked_command: function(orig_cmd) {
|
||||
Proxmox.Utils.API2Request(
|
||||
|
Loading…
Reference in New Issue
Block a user