mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-07-25 06:53:15 +00:00
jslint: mixed whitespace
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
cac4542e01
commit
ccbf186ff4
@ -203,7 +203,7 @@ Ext.define('PMG.ObjectGroup', {
|
||||
},
|
||||
handler: run_editor
|
||||
},
|
||||
remove_btn
|
||||
remove_btn
|
||||
]
|
||||
});
|
||||
|
||||
|
@ -3,7 +3,7 @@ Ext.define('PMG.SpamDetectorLanguagesInputPanel', {
|
||||
alias: 'widget.pmgSpamDetectorLanguagesInputPanel',
|
||||
|
||||
languages: [
|
||||
[ 'af', 'Afrikaans' ],
|
||||
[ 'af', 'Afrikaans' ],
|
||||
[ 'am', 'Amharic' ],
|
||||
[ 'ar', 'Arabic' ],
|
||||
[ 'be', 'Byelorussian' ],
|
||||
|
@ -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();
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ Ext.define('PMG.UserEdit', {
|
||||
}
|
||||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
xtype: 'textfield',
|
||||
inputType: 'password',
|
||||
fieldLabel: gettext('Confirm password'),
|
||||
name: 'verifypassword',
|
||||
|
Loading…
Reference in New Issue
Block a user