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:
3ab78d0
)
autosearch function no longer expands the value of the autosearch
author
Mike Taylor
<mike@indexdata.com>
Mon, 9 Jun 2014 11:51:46 +0000
(12:51 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 9 Jun 2014 11:51:46 +0000
(12:51 +0100)
parameter, as this has already been done when the widget object was
constructed.
src/mkws-widget.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget.js
b/src/mkws-widget.js
index
6bae333
..
e7ab19f
100644
(file)
--- a/
src/mkws-widget.js
+++ b/
src/mkws-widget.js
@@
-98,7
+98,6
@@
function widget($, team, type, node) {
var that = this;
var query = this.config.autosearch;
if (query) {
- query = this.expandValue(query);
var old = this.team.config().query;
if (!old) {
// Stash this for subsequent inspection