From: pablozg Date: Thu, 26 Apr 2018 19:09:55 +0000 (+0200) Subject: webui: Fix console error (tvheadend.createToolbar2 is not a function) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096a3affc520fb8782f6bbdfc8f3e373e4988770;p=thirdparty%2Ftvheadend.git webui: Fix console error (tvheadend.createToolbar2 is not a function) --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 2d14a8118..81b5e6f1d 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -1154,7 +1154,7 @@ tvheadend.epg = function() { items: [ epgFilterCat1, '-', epgFilterCat2, '-', - epgFilterCat3, '-', + epgFilterCat3, '-' ] }); panel.add(tbar2);