From 4835762c112eb80d7e4929e16e73fabffa151e23 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Thu, 4 Dec 2014 16:55:39 -0500 Subject: [PATCH 1/1] Tester: display query and rename delimited output button WRIS-3 --- examples/htdocs/tester.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index 3c2f5a4..66e35ac 100644 --- a/examples/htdocs/tester.html +++ b/examples/htdocs/tester.html @@ -51,7 +51,7 @@ -Relevant? +Relevant to query ? @@ -68,7 +68,7 @@ Results:
-
+
@@ -94,6 +94,7 @@ var context = this; var showNext = function () { if (next < this.queries.length) { $('#test-subject').html(this.widgetMarkup.replace("{{query}}", this.queries[next])); + $('#query').html('"' + this.queries[next] + '"'); next++; mkws.init('#test-subject'); } -- 1.7.10.4