mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
thxci
This commit is contained in:
parent
82a0401099
commit
be38c27c64
|
@ -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 () {
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue