Add files via upload

This commit is contained in:
Keb Helion 2020-02-13 13:53:53 -05:00 committed by GitHub
parent be2d2988aa
commit 3299a99402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,9 +208,7 @@
   sort
</td>
<td align= 'right'>
<script>
document.write(parseInt(offset + 1) + " - " + parseInt(offset + counterDir)); //offset = 0 will do for < btn | offset + counterDir = perpage then >
</script>
<div id = 'pager'></div>
</td>
</tr>
</table>
@ -258,6 +256,9 @@
}
}
//pager
document.getElementById( "pager" ).innerHTML = parseInt(offset + 1) + " - " + parseInt(offset + counterDir); //offset = 0 will do for < btn | offset + counterDir = perpage then >
</script>