webui: idnode.js remove trailing whitespaces

This commit is contained in:
Jaroslav Kysela 2014-08-06 09:04:53 +02:00
parent 3ab17d4919
commit 54291db90f

View file

@ -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')
{