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:
Michael Wiencek 2014-12-29 12:36:39 -06:00
commit 1627e9a452

View file

@ -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);
}