mirror of
https://github.com/9001/copyparty.git
synced 2025-12-08 06:03:29 -07:00
edland spesial: enda bedre
This commit is contained in:
parent
2e47074627
commit
b9aacba130
|
|
@ -923,7 +923,9 @@ var set_lno = (function () {
|
|||
if (i === pi)
|
||||
return;
|
||||
|
||||
var v = 'L' + dom_src.value.slice(0, i).split('\n').length;
|
||||
var lns = dom_src.value.slice(0, i).split('\n'),
|
||||
v = lns.length + ' : ' + lns.pop().length;
|
||||
|
||||
if (v != pv)
|
||||
lno.innerHTML = v;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue