]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: reload grid on moveup / movedown events, too
authorJaroslav Kysela <perex@perex.cz>
Thu, 10 Dec 2015 14:35:37 +0000 (15:35 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 10 Dec 2015 14:35:37 +0000 (15:35 +0100)
src/webui/static/app/idnode.js

index 30a639eb6b43407d2508890f8ac6d9d1b507df82..424fe2cb11145ac31c04e95a99e096ad85ed93aa 100644 (file)
@@ -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;
         }