From dac373f1720a66428b3d0bf0515ab72f93cdda00 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 21 Mar 2014 17:00:53 +0000 Subject: [PATCH] Reorder lines. --- tools/htdocs/mkws.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index aced7e2..c06cde1 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -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() { -- 1.7.10.4