]> git.proxmox.com Git - pmg-gui.git/commitdiff
jslint: mixed whitespace
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 23 Oct 2017 13:01:18 +0000 (15:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 23 Oct 2017 15:33:00 +0000 (17:33 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/ObjectGroup.js
js/SpamDetectorLanguages.js
js/StatTimeSelector.js
js/UserEdit.js

index d89b34cde07a32c09eb5746587fa856c5b46268e..1e76ef3d3f8bbc8113448fb644edd106f905edba 100644 (file)
@@ -203,7 +203,7 @@ Ext.define('PMG.ObjectGroup', {
                    },
                    handler: run_editor
                },
-               remove_btn
+               remove_btn
            ]
        });
 
index 2f5b6a1c7dee01bd2ec862e952afc74460f83f67..86c63e0948b88a93772e424c12b2d552ba098c99 100644 (file)
@@ -3,7 +3,7 @@ Ext.define('PMG.SpamDetectorLanguagesInputPanel', {
     alias: 'widget.pmgSpamDetectorLanguagesInputPanel',
 
     languages: [
-       [ 'af', 'Afrikaans' ],
+       [ 'af', 'Afrikaans' ],
        [ 'am', 'Amharic' ],
        [ 'ar', 'Arabic' ],
        [ 'be', 'Byelorussian' ],
index f62b8e7d75db7a1b7cb9a1d8730e8cc4f4143183..f7b6791fea2d61d022c3180a8a9d3bfefee6c81c 100644 (file)
@@ -79,7 +79,7 @@ Ext.define('PMG.StatTimeSelector', {
            
            yearsel.setValue(statics.selected_year);
            monthsel.setValue(statics.selected_month);
-           daysel.setValue(statics.selected_month ? statics.selected_day : 0);
+           daysel.setValue(statics.selected_month ? statics.selected_day : 0);
 
            this.updateVisibility();
        }
index 94271faee3f0d6996a3253fab0273c6844dcf5c8..f8c27b4537ce35dfb299454f4ff7f90e8f12fdc3 100644 (file)
@@ -65,7 +65,7 @@ Ext.define('PMG.UserEdit', {
                }
            },
            {
-               xtype: 'textfield',
+               xtype: 'textfield',
                inputType: 'password',
                fieldLabel: gettext('Confirm password'),
                name: 'verifypassword',