]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: Fix console error (tvheadend.createToolbar2 is not a function)
authorpablozg <pablozg@gmail.com>
Thu, 26 Apr 2018 19:09:55 +0000 (21:09 +0200)
committerperexg <perex@perex.cz>
Thu, 7 Jun 2018 16:07:43 +0000 (18:07 +0200)
src/webui/static/app/epg.js

index 2d14a81187993080b31174a7e21371012e7bd3f4..81b5e6f1dc75286408ace852e2fd9731f64d34b7 100644 (file)
@@ -1154,7 +1154,7 @@ tvheadend.epg = function() {
           items: [
               epgFilterCat1, '-',
               epgFilterCat2, '-',
-              epgFilterCat3, '-',
+              epgFilterCat3, '-'
           ]
         });
         panel.add(tbar2);