From b28e060415c764fb142122c00629392f673f8a1c Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 30 Dec 2013 23:14:53 +0000 Subject: [PATCH] webui: make EPG grid stateful. Fixes #1025. --- src/webui/static/app/epg.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index caa3639e..56b1582d 100755 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -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 ],