mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 14:27:14 +00:00
CD1D importer: use much more recent jquery version
This commit is contained in:
parent
aebed5afdd
commit
7f6f2be7ee
1 changed files with 5 additions and 1 deletions
|
@ -6,14 +6,18 @@
|
|||
// @version 2015.05.28.0
|
||||
// @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/cd1d_importer.user.js
|
||||
// @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/cd1d_importer.user.js
|
||||
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
|
||||
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
|
||||
// @require https://raw.github.com/murdos/musicbrainz-userscripts/master/lib/import_functions.js
|
||||
// @require https://raw.github.com/murdos/musicbrainz-userscripts/master/lib/logger.js
|
||||
// @grant none
|
||||
// ==/UserScript==
|
||||
|
||||
/* Import releases from http://cd1d.com to MusicBrainz */
|
||||
if (!unsafeWindow) unsafeWindow = window;
|
||||
|
||||
// prevent JQuery conflicts, see http://wiki.greasespot.net/@grant
|
||||
this.$ = this.jQuery = jQuery.noConflict(true);
|
||||
|
||||
var CD1DImporter = {
|
||||
|
||||
getFormats: function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue