Add files via upload

This commit is contained in:
Keb Helion 2020-02-13 00:17:27 -05:00 committed by GitHub
parent c6b9412467
commit 09449d0a74
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) + " - " + parseInt(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>