Skip to content

Commit

Permalink
Rebuilding to test with updated Atomic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio-Tom committed Dec 16, 2024
1 parent cced615 commit b82f7c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function waitForJQuery(callback) {
if (typeof jQuery !== 'undefined') {
callback(jQuery);
} else {
console.error('jQuery not loaded. Embed code will not work.');
console.error('jQuery not loaded. Embed code will not work.');
}
});
}
Expand Down

0 comments on commit b82f7c8

Please sign in to comment.