]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WebUI: Correct 'All' paging in idnode grids 493/head
authorIan <ian@sproink.co.uk>
Sun, 5 Oct 2014 16:53:14 +0000 (17:53 +0100)
committerIan <ian@sproink.co.uk>
Sun, 5 Oct 2014 16:53:14 +0000 (17:53 +0100)
src/webui/static/app/idnode.js

index 37b58137d9b07237f872577addd5cd91df4642aa..909074ee878b7798b0f6bef7b219fdebb071651c 100644 (file)
@@ -1331,7 +1331,7 @@ tvheadend.idnode_grid = function(panel, conf)
                 id: 0,
                 fields: ['key', 'val'],
                 data: [[25, '25'], [50, '50'], [100, '100'],
-                    [200, '200'], [9999999999, 'All']]
+                    [200, '200'], [999999999, 'All']]
             }),
             value: 50,
             mode: 'local',