Skip to content

Commit

Permalink
Update modification.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bylampa authored Oct 2, 2024
1 parent 63c21b6 commit 663461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modification.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
window.lampa_settings.read_only = false;

Lampa.Utils.putScriptAsync([
'https://bylampa.github.io/addon.js?v=' + Math.random()
'https://bylampa.github.io/addon.js?v=' + Math.random(),
'https://bylampa.github.io/themes.js?v=' + Math.random()
], function () {});

Expand Down

0 comments on commit 663461d

Please sign in to comment.