minibar: fix links to Wikipedia article on JSONP

Wikipedia moved it.
This commit is contained in:
hallgren
2012-09-09 23:06:26 +00:00
parent c7fd975c77
commit ae528954a0
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ Some implementation details:
small web apps</a> based on the
<a href="http://spraakbanken.gu.se/sal/ws/">SALDO web services</a>.
<li>To access the GF web service, it uses the
<a href="http://en.wikipedia.org/wiki/JSON#JSONP">JSONP method</a>
<a href="http://en.wikipedia.org/wiki/JSONP">JSONP method</a>
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:
<hr>
<div class=modtime><small>
<!-- hhmts start -->Last modified: Mon Aug 27 16:28:25 CEST 2012 <!-- hhmts end -->
<!-- hhmts start -->Last modified: Mon Sep 10 00:50:08 CEST 2012 <!-- hhmts end -->
</small></div>
<address>
<a href="http://www.cse.chalmers.se/~hallgren/">TH</a>

View File

@@ -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)