mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 07:57:04 +03:00
Merge pull request #26 from olegvodyanov/use_iframe
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
fix
This commit is contained in:
commit
12b1d78b67
@ -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-3';
|
wrapper.className = 'mb-auto';
|
||||||
|
|
||||||
const reelId = extractReelId(link.url);
|
const reelId = extractReelId(link.url);
|
||||||
if (!reelId) {
|
if (!reelId) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user