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