indent
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 11 Aug 2014 11:03:24 +0000 (11:03 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 11 Aug 2014 11:03:24 +0000 (11:03 +0000)
examples/htdocs/mkws-widget-ru.js

index c358f8f..55b4488 100644 (file)
@@ -1,4 +1,6 @@
-var mkws_config = {service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=paratext&password=paratext_mkc"};
+var mkws_config = {
+   service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=paratext&password=paratext_mkc"
+};
 
 mkws.registerWidgetType('ReferenceUniverse', function() {
   if (!this.config.perpage) this.config.perpage = 5;
@@ -31,3 +33,4 @@ mkws.registerWidgetType('ReferenceUniverse', function() {
   }); 
   that.autosearch();
 });
+