Skip to content

Commit

Permalink
Fix Skare var scope #1268
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed Aug 28, 2024
1 parent fd66e81 commit d6c2eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tarteaucitron.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tarteaucitron.services.skaze = {
return;
}

var skaze = skaze || {};
window.skaze = window.skaze || {};
tarteaucitron.addScript('https://events.sk.ht/' + tarteaucitron.user.skazeIdentifier + '/lib.js', '', function() {
skaze.cmd = skaze.cmd || [];
skaze.cmd.push(function() {
Expand Down
2 changes: 1 addition & 1 deletion tarteaucitron.services.min.js

Large diffs are not rendered by default.

0 comments on commit d6c2eea

Please sign in to comment.