mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
⚡️ Pages system overhaul, improving performances a lot
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
<div id="results-count"></div>
|
||||
|
||||
<div class="page-nav">
|
||||
<p onclick="browseResults(currentPage-1)"><-</p>
|
||||
<p onclick="browseResults(currentPage - 1)"><-</p>
|
||||
<div></div>
|
||||
<p onclick="browseResults(currentPage+1)">-></p>
|
||||
<p onclick="browseResults(currentPage + 1)">-></p>
|
||||
</div>
|
||||
|
||||
<div id="results">
|
||||
|
||||
Reference in New Issue
Block a user