]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: make EPG grid stateful. Fixes #1025.
authorAdam Sutton <dev@adamsutton.me.uk>
Mon, 30 Dec 2013 23:14:53 +0000 (23:14 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 30 Dec 2013 23:14:53 +0000 (23:14 +0000)
src/webui/static/app/epg.js

index caa3639e61f960385f89e8415f587364448cf67e..56b1582d85ab13702fa5a37d8d7a26c8fae218ec 100755 (executable)
@@ -451,6 +451,8 @@ tvheadend.epg = function() {
        });
 
        var panel = new Ext.ux.grid.livegrid.GridPanel({
+               stateful: true,
+               stateId : 'epggrid',
                enableDragDrop : false,
                cm : epgCm,
                plugins : [ actions ],