From: Mike Taylor Date: Mon, 12 Jan 2015 17:34:39 +0000 (+0000) Subject: Part of MKWS-348. X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=b8e2741f67c48bf178d76ff3bce0fbe095bb9423;ds=sidebyside Part of MKWS-348. Remove all content of old examples/htdocs/mkws-widget-ru.js. Replace with a comment. --- diff --git a/examples/htdocs/mkws-widget-ru.js b/examples/htdocs/mkws-widget-ru.js index b616b33..05a5c14 100644 --- a/examples/htdocs/mkws-widget-ru.js +++ b/examples/htdocs/mkws-widget-ru.js @@ -1,33 +1,2 @@ -mkws.registerWidgetType('reference-universe', function() { - if (!this.config.target) this.config.target = 'paratext_ruprime'; - if (!this.config.perpage) this.config.perpage = 5; - if (!this.config.sort) this.config.sort = "position"; - this.team.registerTemplate('reference-universe', '\ -

Results from Reference Universe

\ -\ -'); - - var that = this; - var template = that.team.loadTemplate(that.config.template || "reference-universe"); - this.team.queue("records").subscribe(function(data) { - that.node.html(template(data)); - }); - that.autosearch(); -}); - +// It is no longer necessary to include this file. +// The Reference Universe widget is included in mkws-complete.js