mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
thxci
This commit is contained in:
parent
82a0401099
commit
be38c27c64
|
@ -2580,7 +2580,8 @@ var thegrid = (function () {
|
|||
ebi('bdoc').style.display = 'none';
|
||||
clmod(ebi('wrap'), 'doc');
|
||||
qsr('#docname');
|
||||
treectl.textmode(false);
|
||||
if (window['treectl'])
|
||||
treectl.textmode(false);
|
||||
};
|
||||
|
||||
r.setdirty = function () {
|
||||
|
|
|
@ -172,7 +172,6 @@ function vis_exh(msg, url, lineNo, columnNo, error) {
|
|||
catch (e) {
|
||||
document.body.innerHTML = html.join('\n');
|
||||
}
|
||||
throw 'fatal_err';
|
||||
}
|
||||
function ignex(all) {
|
||||
var o = ebi('exbox');
|
||||
|
|
Loading…
Reference in a new issue