From 702bc464464ee80fa1fcb23882b9ad5348f2b484 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 23 Mar 2021 18:36:52 +0530 Subject: [PATCH] leave a note to fix a weird click handler --- www/common/sframe-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index c46a0641d..77f60fdb7 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -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); });