mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 07:57:04 +03:00
fix
This commit is contained in:
parent
07d1d7d990
commit
8e9a052d34
@ -4,7 +4,6 @@ const newLinksContainer = document.getElementById('newLinksContainer');
|
|||||||
const watchedLinksContainer = document.getElementById('watchedLinksContainer');
|
const watchedLinksContainer = document.getElementById('watchedLinksContainer');
|
||||||
|
|
||||||
const PER_PAGE = 8;
|
const PER_PAGE = 8;
|
||||||
let linksData = [];
|
|
||||||
let currentPage = 1;
|
let currentPage = 1;
|
||||||
|
|
||||||
function loadLinks() {
|
function loadLinks() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user