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:
95a8624
)
Tweak Navi widget for modified team.filters behaviour.
author
Mike Taylor
<mike@indexdata.com>
Wed, 23 Apr 2014 16:16:19 +0000
(17:16 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 23 Apr 2014 16:16:19 +0000
(17:16 +0100)
src/mkws-widgets.js
patch
|
blob
|
history
diff --git
a/src/mkws-widgets.js
b/src/mkws-widgets.js
index
c04c3f9
..
2ec8fb5
100644
(file)
--- a/
src/mkws-widgets.js
+++ b/
src/mkws-widgets.js
@@
-268,7
+268,7
@@
mkws.registerWidgetType('Navi', function() {
this.team.queue("navi").subscribe(function() {
// This is very low-level poking around inside the filter structure
- var filters = that.team.filters();
+ var filters = that.team.filters().list();
var text = "";
for (var i in filters) {