From b8e2741f67c48bf178d76ff3bce0fbe095bb9423 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 12 Jan 2015 17:34:39 +0000 Subject: [PATCH] Part of MKWS-348. Remove all content of old examples/htdocs/mkws-widget-ru.js. Replace with a comment. --- examples/htdocs/mkws-widget-ru.js | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) 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 -- 1.7.10.4