Browse Source

add an XXX note for the 3.16.0 release

master
ansuz 9 months ago
parent
commit
a8c8b85f0c
1 changed files with 1 additions and 0 deletions
  1. 1
      www/common/sframe-common.js

1
www/common/sframe-common.js

@ -630,6 +630,7 @@ define([
}); });
ctx.sframeChan.on('EV_NEW_VERSION', function () { ctx.sframeChan.on('EV_NEW_VERSION', function () {
// XXX lock the UI and do the same in non-framework apps
var $err = $('<div>').append(Messages.newVersionError); var $err = $('<div>').append(Messages.newVersionError);
$err.find('a').click(function () { $err.find('a').click(function () {
funcs.gotoURL(); funcs.gotoURL();

Loading…
Cancel
Save