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