dont hilight huge files

This commit is contained in:
ed 2021-11-06 20:56:23 +01:00
parent 7b4a794981
commit e5b3d2a312

View file

@ -2436,6 +2436,9 @@ var showfile = (function () {
catch (ex) { } catch (ex) { }
} }
if (txt.length > 1024 * 256)
fun = function (el) { };
qsr('#doc'); qsr('#doc');
var el = mknod('pre'); var el = mknod('pre');
el.setAttribute('id', 'doc'); el.setAttribute('id', 'doc');