From a8c8b85f0c9322f7be2d65e60641347756822029 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 20 Apr 2020 14:31:02 -0400 Subject: [PATCH] add an XXX note for the 3.16.0 release --- www/common/sframe-common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index ad8d6f77e..cf73ce52c 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -630,6 +630,7 @@ define([ }); ctx.sframeChan.on('EV_NEW_VERSION', function () { + // XXX lock the UI and do the same in non-framework apps var $err = $('
').append(Messages.newVersionError); $err.find('a').click(function () { funcs.gotoURL();