Improve query panel styling
Change-Id: I75e22de40b92ad5fd90490473da3199933e149bb
diff --git a/dev/demo/hintdemo.js b/dev/demo/hintdemo.js
index ee676ef..413625c 100644
--- a/dev/demo/hintdemo.js
+++ b/dev/demo/hintdemo.js
@@ -49,6 +49,22 @@
'title' : 'Glemm',
'classes' : ['glemm'],
'onClick' : {
+ "action":"toggle",
+ "template" : "http://localhost:3003/demo/plugin-client.html"
+ }
+ }]
+ });
+
+ // Register match plugin
+ KorAP.Plugin.register({
+ 'name' : 'Glimpse',
+ 'desc' : 'Shorten all queries',
+ 'embed' : [{
+ 'panel' : 'query',
+ 'title' : 'Glimpse',
+ 'classes' : ['glimpse'],
+ 'onClick' : {
+ "action" : "toggle",
"template" : "http://localhost:3003/demo/plugin-client.html"
}
}]