Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: idnode.js remove trailing whitespaces
  • Loading branch information
perexg committed Aug 6, 2014
1 parent 3ab17d4 commit 54291db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/idnode.js
Expand Up @@ -141,7 +141,7 @@ tvheadend.IdNodeField = function(conf)
}
if (this.enum || this.list)
w = 300;

var props = {
width: w,
dataIndex: this.id,
Expand All @@ -155,7 +155,7 @@ tvheadend.IdNodeField = function(conf)
dataIndex: this.id
}
};

// Special handling for checkboxes
if (ftype === 'boolean')
{
Expand Down

0 comments on commit 54291db

Please sign in to comment.