leave a note to fix a weird click handler

pull/1/head
ansuz 4 years ago
parent e697ccfd58
commit 702bc46446

@ -801,7 +801,7 @@ define([
$err.find('a').click(function () {
funcs.gotoURL();
});
UI.findOKButton().click();
UI.findOKButton().click(); // FIXME this might be randomly clicking something dangerous...
UI.errorLoadingScreen($err, true, true);
});

Loading…
Cancel
Save