mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-14 04:12:28 +00:00
Merged in murdos/mwiencek-userscripts/murdos/fix-the-callback-name-for-the-relate-to--1419842317407 (pull request #9)
Fix the callback name for the relate to suggested work feature.
This commit is contained in:
commit
1627e9a452
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ function batch_recording_rels() {
|
|||
|
||||
$title_cell.css("color", "LightSlateGray").find("a").css("color", "LightSlateGray");
|
||||
|
||||
var promise = relate_to_work($row, mbid, title, "", false, _callback, false);
|
||||
var promise = relate_to_work($row, mbid, title, "", false, callback, false);
|
||||
if (i === total - 1) {
|
||||
promise.done(callback);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue