From: Jaroslav Kysela Date: Thu, 4 Sep 2014 18:38:05 +0000 (+0200) Subject: WEBUI JS: make dynamic behaviour as default X-Git-Tag: v4.1~1449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce94d8c03900a8c0630e6e6d6da612e044f938e6;p=thirdparty%2Ftvheadend.git WEBUI JS: make dynamic behaviour as default --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 807e081e4..4a3c2ea8a 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -1,4 +1,4 @@ -tvheadend.dynamic = false; +tvheadend.dynamic = true; tvheadend.accessupdate = null; tvheadend.capabilties = null; tvheadend.dvrpanel = null;