webui: idnode.js remove trailing whitespaces
This commit is contained in:
parent
3ab17d4919
commit
54291db90f
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ tvheadend.IdNodeField = function(conf)
|
|||
}
|
||||
if (this.enum || this.list)
|
||||
w = 300;
|
||||
|
||||
|
||||
var props = {
|
||||
width: w,
|
||||
dataIndex: this.id,
|
||||
|
@ -155,7 +155,7 @@ tvheadend.IdNodeField = function(conf)
|
|||
dataIndex: this.id
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// Special handling for checkboxes
|
||||
if (ftype === 'boolean')
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue