jslint: mixed whitespace

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-10-23 15:01:18 +02:00 committed by Dietmar Maurer
parent cac4542e01
commit ccbf186ff4
4 changed files with 4 additions and 4 deletions

View File

@ -203,7 +203,7 @@ Ext.define('PMG.ObjectGroup', {
},
handler: run_editor
},
remove_btn
remove_btn
]
});

View File

@ -3,7 +3,7 @@ Ext.define('PMG.SpamDetectorLanguagesInputPanel', {
alias: 'widget.pmgSpamDetectorLanguagesInputPanel',
languages: [
[ 'af', 'Afrikaans' ],
[ 'af', 'Afrikaans' ],
[ 'am', 'Amharic' ],
[ 'ar', 'Arabic' ],
[ 'be', 'Byelorussian' ],

View 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();
}

View File

@ -65,7 +65,7 @@ Ext.define('PMG.UserEdit', {
}
},
{
xtype: 'textfield',
xtype: 'textfield',
inputType: 'password',
fieldLabel: gettext('Confirm password'),
name: 'verifypassword',