Add files via upload

This commit is contained in:
Keb Helion 2020-02-13 00:14:14 -05:00 committed by GitHub
parent ef136ef48a
commit 242a109816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@
</td>
<td align= 'right'>
<script>
document.write((offset + 1) + " - " + (offset + counterDir)); //offset = 0 will do for < btn | offset + counterDir = perpage then >
document.write(parseInt((offset + 1) + " - " + parseInt((offset + counterDir)); //offset = 0 will do for < btn | offset + counterDir = perpage then >
</script>
</td>
</tr>