From 2687d1fae9467341d26e592a925c842b8f3fdb05 Mon Sep 17 00:00:00 2001 From: hallgren Date: Sun, 9 Sep 2012 23:06:26 +0000 Subject: [PATCH] minibar: fix links to Wikipedia article on JSONP Wikipedia moved it. --- src/www/minibar/about.html | 4 ++-- src/www/minibar/support.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/www/minibar/about.html b/src/www/minibar/about.html index 82ac96f8d..3325d2ed9 100644 --- a/src/www/minibar/about.html +++ b/src/www/minibar/about.html @@ -40,7 +40,7 @@ Some implementation details: small web apps based on the SALDO web services.
  • To access the GF web service, it uses the - JSONP method + JSONP method mentioned in the GF web services paper, which allows the web app to be hosted on a different server from the GF web service. (To demonstrate this, I put the Minibar demo on @@ -217,7 +217,7 @@ Some implementation details:
    -Last modified: Mon Aug 27 16:28:25 CEST 2012 +Last modified: Mon Sep 10 00:50:08 CEST 2012
    TH diff --git a/src/www/minibar/support.js b/src/www/minibar/support.js index 7d7f6d49e..e82f4fc9c 100644 --- a/src/www/minibar/support.js +++ b/src/www/minibar/support.js @@ -25,7 +25,7 @@ if(!Array.isArray) { // Inspired by the function jsonp from // http://www.west-wind.com/Weblog/posts/107136.aspx // See also http://niryariv.wordpress.com/2009/05/05/jsonp-quickly/ -// http://en.wikipedia.org/wiki/JSON#JSONP +// http://en.wikipedia.org/wiki/JSONP function jsonp(url,callback) { if (url.indexOf("?") > -1)