This commit is contained in:
ed 2021-11-04 22:33:10 +01:00
parent 82a0401099
commit be38c27c64
2 changed files with 2 additions and 2 deletions

View file

@ -2580,7 +2580,8 @@ var thegrid = (function () {
ebi('bdoc').style.display = 'none'; ebi('bdoc').style.display = 'none';
clmod(ebi('wrap'), 'doc'); clmod(ebi('wrap'), 'doc');
qsr('#docname'); qsr('#docname');
treectl.textmode(false); if (window['treectl'])
treectl.textmode(false);
}; };
r.setdirty = function () { r.setdirty = function () {

View file

@ -172,7 +172,6 @@ function vis_exh(msg, url, lineNo, columnNo, error) {
catch (e) { catch (e) {
document.body.innerHTML = html.join('\n'); document.body.innerHTML = html.join('\n');
} }
throw 'fatal_err';
} }
function ignex(all) { function ignex(all) {
var o = ebi('exbox'); var o = ebi('exbox');