murdos / musicbrainz-userscripts

Collection of userscripts for MusicBrainz, by various authors
537 stars 90 forks source link

Discogs import script breaks discogs search #88

Open psychoadept opened 8 years ago

psychoadept commented 8 years ago

Using Firefox 41 and pretty sure I've got the latest Discogs userscript (it auto-updates). If the userscript is enabled, the artist discography search (top of the left hand column, above "Releases" etc) doesn't work. It just spins and spins when you start a search, but never loads.

zas commented 8 years ago

Issue confirmed, it is due to the fact pjax is disabled by the script, see https://github.com/murdos/musicbrainz-userscripts/blob/master/discogs_importer.user.js#L50-L53

To fix it we need to find a way for the script to work with pjax enabled.