From: Mike Taylor Date: Mon, 9 Jun 2014 11:51:46 +0000 (+0100) Subject: autosearch function no longer expands the value of the autosearch X-Git-Tag: 1.0.0~527 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=29157c8204c8d9be9aabbf7f029b111bea39f60e autosearch function no longer expands the value of the autosearch parameter, as this has already been done when the widget object was constructed. --- diff --git a/src/mkws-widget.js b/src/mkws-widget.js index 6bae333..e7ab19f 100644 --- 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