]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamQuarantine.js
subscription: remove hard-coded white background
[pmg-gui.git] / js / SpamQuarantine.js
index 388fc025e8e807d40420378593cc5439c8401436..1608f18be1c4a7bbb2e50dc3b9702ac527d9071d 100644 (file)
@@ -51,7 +51,7 @@ Ext.define('PMG.SpamQuarantineController', {
        spam.setDisabled(true);
        spam.setPressed(false);
        me.lookupReference('spaminfo').setVisible(false);
-       me.callParent(selection);
+       me.callParent(arguments);
     },
 
     toggleSpamInfo: function(btn) {
@@ -143,7 +143,6 @@ Ext.define('PMG.SpamQuarantine', {
            title: gettext('Spam Quarantine'),
            xtype: 'pmgQuarantineList',
            selModel: 'checkboxmodel',
-           emailSelection: true,
            reference: 'list',
            region: 'west',
            width: 500,