Skip to content

Commit

Permalink
4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille authored Jul 24, 2023
1 parent 42e44e8 commit b8a22b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-dynamic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let current = "4.5";
let current = "4.6";

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

0 comments on commit b8a22b1

Please sign in to comment.