]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamQuarantineOptions.js
StatTimeSelector: don't show invalid month/day combinations
[pmg-gui.git] / js / SpamQuarantineOptions.js
index 6dce1603f71289abd25c52faf524aa2589deefe9..353fe7e6219214828507b04f94470a9955ee8ede 100644 (file)
@@ -30,8 +30,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
            return me.authmodeTextHash[value] || value;
        };
 
-       /*jslint confusion: true*/
-       /* defaultValue is a string and a number*/
        me.add_combobox_row('authmode', gettext('Authentication mode'), {
            defaultValue: 'ticket',
            renderer: render_authmode,
@@ -54,7 +52,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
                ['verbose', render_reportstyle('verbose')],
                ['custom', render_reportstyle('custom')]],
        });
-       /*jslint confusion: false*/
 
        me.add_text_row('hostname', gettext('Quarantine Host'),
                        { deleteEmpty: true, defaultValue: Proxmox.Utils.noneText });