mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 12:35:35 -05:00
edland spesial: enda bedre
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user