1
0
forked from GitHub/gf-core

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 bccc2a3ad0
commit 2687d1fae9
2 changed files with 3 additions and 3 deletions

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)