From c1b96791e48c0dcbe3b9398ba789b23975074a39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20T=C3=B6rnblom?= Date: Fri, 13 May 2011 21:24:34 +0200 Subject: [PATCH] sync with upstream --- src/webui/static/app/tvheadend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 867e358c1..5835b3f10 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -54,7 +54,7 @@ tvheadend.VLC = function(url) { var missingPlugin = document.createElement('div'); missingPlugin.style.display = 'none'; missingPlugin.style.padding = '5px'; - + var selectChannel = new Ext.form.ComboBox({ loadingText: 'Loading...', width: 200, -- 2.47.2