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:
fc6304c
)
Whitespace.
author
Mike Taylor
<mike@indexdata.com>
Thu, 27 Mar 2014 11:32:33 +0000
(11:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 27 Mar 2014 11:32:33 +0000
(11:32 +0000)
src/mkws-widgets.js
patch
|
blob
|
history
diff --git
a/src/mkws-widgets.js
b/src/mkws-widgets.js
index
104ac91
..
a389646
100644
(file)
--- a/
src/mkws-widgets.js
+++ b/
src/mkws-widgets.js
@@
-271,7
+271,7
@@
mkws.registerWidgetType('Navi', function() {
mkws.registerWidgetType('Sort', function() {
var that = this;
- $(this.node).change(function () {
+ $(this.node).change(function() {
that.team.set_sortOrder($(that.node).val());
if (that.team.submitted()) {
that.team.resetPage();