Use latest jquery version

Old version is getting ... old.
This commit is contained in:
Laurent Monin 2015-06-06 13:12:47 +02:00
parent 138943667f
commit 4bc4e9e3c8

View file

@ -10,12 +10,21 @@
// @include http://*.discogs.com/*release/*
// @exclude http://*.discogs.com/*release/*?f=xml*
// @exclude http://www.discogs.com/release/add
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
// @require lib/import_functions.js
// @require lib/logger.js
// @require lib/mblinks.js
// @grant None
// ==/UserScript==
// prevent JQuery conflicts, see http://wiki.greasespot.net/@grant
this.$ = this.jQuery = jQuery.noConflict(true);
if (!unsafeWindow) unsafeWindow = window;
////////////////////////////////////////////////////////////////////////////////////////////////////////
/*