mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-11 01:25:00 +02:00
Add files via upload
This commit is contained in:
parent
c6b9412467
commit
09449d0a74
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue