Reorder lines.
authorMike Taylor <mike@indexdata.com>
Fri, 21 Mar 2014 17:00:53 +0000 (17:00 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 21 Mar 2014 17:00:53 +0000 (17:00 +0000)
tools/htdocs/mkws.js

index aced7e2..c06cde1 100644 (file)
@@ -399,8 +399,8 @@ function widget($, team, type, node) {
 
 
     function promoteSort() {
-       team.queue("navi").subscribe(function() {})
        $(node).change(onSortChange);
+       team.queue("navi").subscribe(function() {})
 
        function onSortChange()
        {
@@ -414,8 +414,8 @@ function widget($, team, type, node) {
 
 
     function promotePerpage() {
-       team.queue("navi").subscribe(function() {})
        $(node).change(onPerpageChange);
+       team.queue("navi").subscribe(function() {})
 
        function onPerpageChange()
        {