projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52099b8
)
Reorder lines.
author
Mike Taylor
<mike@indexdata.com>
Fri, 21 Mar 2014 17:00:53 +0000
(17:00 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 21 Mar 2014 17:00:53 +0000
(17:00 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
aced7e2
..
c06cde1
100644
(file)
--- 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()
{