From: Jaroslav Kysela Date: Thu, 10 Dec 2015 14:35:37 +0000 (+0100) Subject: WEBUI: reload grid on moveup / movedown events, too X-Git-Tag: v4.2.1~1323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072bdb67593abe80ddb01034a30d651023c1d132;p=thirdparty%2Ftvheadend.git WEBUI: reload grid on moveup / movedown events, too --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 30a639eb6..424fe2cb1 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -1507,7 +1507,7 @@ tvheadend.idnode_grid = function(panel, conf) var idnode = null; var update = function(o) { - if ((o.create || 'delete' in o) && auto.getValue()) { + if ((o.create || o.moveup || o.movedown || 'delete' in o) && auto.getValue()) { store.reload(); return; }