From: Wolfram Schneider Date: Wed, 10 Jul 2013 12:36:57 +0000 (+0000) Subject: documentation X-Git-Tag: 0.9.1~293 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=ad760bd26b05ea0e106718050321ffd675c58f45;p=mkws-moved-to-github.git documentation --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index b7b9479..47db28d 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -818,8 +818,11 @@ function M(word) { return mkws_locale_lang[lang][word] ? mkws_locale_lang[lang][word] : word; } -/* implement jQuery.parseQuerystring() for parsing URL parameters */ +/* + * implement jQuery plugins + */ jQuery.extend({ + // implement jQuery.parseQuerystring() for parsing URL parameters parseQuerystring: function() { var nvpair = {}; var qs = window.location.search.replace('?', ''); @@ -830,6 +833,8 @@ jQuery.extend({ }); return nvpair; }, + + // service-proxy or pazpar2 pazpar2: function(config) { // simple layout