]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/VirusQuarantineOptions.js
jslint: add missing semicolons
[pmg-gui.git] / js / VirusQuarantineOptions.js
index 87485dfd64e4831a0c4b226399827ca418fae786..839a62e029e3f2652795977d6682c7ee9709044c 100644 (file)
@@ -26,7 +26,7 @@ Ext.define('PMG.VirusQuarantineOptions', {
                text: gettext('Edit'),
                xtype: 'proxmoxButton',
                disabled: true,
-               handler: function() { me.run_editor() },
+               handler: function() { me.run_editor(); },
                selModel: me.selModel
            }],
            url: '/api2/json' + baseurl,