mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 12:37:05 +03:00
Compare commits
No commits in common. "12b1d78b6755da0b85960df18bac4f7b5fd1c4f1" and "e72b958f2af1623179aecb5c8d20c5bb666c0bf9" have entirely different histories.
12b1d78b67
...
e72b958f2a
@ -97,7 +97,7 @@ function renderPaginatedList(linkList, container, isWatched, page, totalPages) {
|
|||||||
// Create a DOM element for a single link
|
// Create a DOM element for a single link
|
||||||
function createLinkElement(link, isWatched) {
|
function createLinkElement(link, isWatched) {
|
||||||
const wrapper = document.createElement('div');
|
const wrapper = document.createElement('div');
|
||||||
wrapper.className = 'mb-auto';
|
wrapper.className = 'mb-3';
|
||||||
|
|
||||||
const reelId = extractReelId(link.url);
|
const reelId = extractReelId(link.url);
|
||||||
if (!reelId) {
|
if (!reelId) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user