-.mkwsReferenceUniverse {
+.mkwsWimp {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #FCFBFA;
padding: 0.5em 1em 0.25em;
<script src="//mkws.indexdata.com/mkws-complete.js"></script>
<script src="mkws-widget-wimp.js"></script>
<link rel="stylesheet" type="text/css" href="mkws-widget-wimp.css" />
- <div class="mkwsReferenceUniverse" autosearch="!param!q"></div>
+ <div class="mkwsWimp" autosearch="!param!q"></div>
</div>
</html>
service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=paratext&password=paratext_mkc"
};
-mkws.registerWidgetType('ReferenceUniverse', function() {
+mkws.registerWidgetType('Wimp', function() {
if (!this.config.perpage) this.config.perpage = 5;
if (!this.config.sort) this.config.sort = "position";
- this.team.registerTemplate('ReferenceUniverse', '\
+ this.team.registerTemplate('Wimp', '\
<h2>Results from Reference Universe</h2>\
<ul>\
{{#each hits}}\
');
var that = this;
- var template = that.team.loadTemplate(that.config.template || "ReferenceUniverse");
+ var template = that.team.loadTemplate(that.config.template || "Wimp");
this.team.queue("records").subscribe(function(data) {
that.node.html(template(data));
});