1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Show character and line count (#33)

This commit is contained in:
Lukas Schulte Pelkum
2022-01-30 15:22:38 +01:00
parent 7a8d8e1573
commit 75fa0621e4
5 changed files with 39 additions and 1 deletions

View File

@@ -113,6 +113,9 @@
<div id="lifetime_container" class="hidden">
Lifetime: <span id="lifetime">loading...</span>
</div>
<div id="content_length_container">
<span id="characters">0</span> characters, <span id="lines">0</span> lines
</div>
<div id="linenos"><span>></span></div>
<div id="content">
<div id="code"></div>