Set HTML title as well.
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.js
index 342a1e0..f00abf7 100644 (file)
@@ -82,6 +82,7 @@ mkws.registerWidgetType('Credo', function() {
     var query = that.config.query;
     that.log("got query '" + query + "' from team config");
     mkws.$('.x-mkws-title').html(query);
+    mkws.$('title').html("MKWS: " + query);
   });