From 54291db90fe2976656327a048bfaa88e9b282078 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 6 Aug 2014 09:04:53 +0200 Subject: [PATCH] webui: idnode.js remove trailing whitespaces --- src/webui/static/app/idnode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 5527af62..0e00508d 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -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') {