Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille committed Oct 22, 2024
1 parent 4aa97dd commit 1c9dcf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dribbblish-dynamic.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
let current = "1.0";

function waitForElement(els, func, timeout = 100) {
const queries = els.map(el => document.querySelector(el));
if (queries.every(a => a)) {
Expand Down

0 comments on commit 1c9dcf4

Please sign in to comment.