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:
708dad0
)
Handle changes in "sort" state.
author
Mike Taylor
<mike@indexdata.com>
Sat, 2 May 2015 19:07:07 +0000
(20:07 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Sat, 2 May 2015 19:07:07 +0000
(20:07 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
ad6bdd3
..
00e1f24
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-124,6
+124,11
@@
mkws.makeTeam = function($, teamName) {
" -> '" + val + "'");
if (key === 'page') {
that.showPage(parseInt(val));
+ } else if (key === 'sort') {
+ that.set_sortOrder(val);
+ if (that.submitted()) {
+ that.reShow();
+ }
}
}
}