Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 9, 2024
1 parent 522a391 commit 88a362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ codeTextArea.addEventListener('keydown', (event) => {

const script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'salam/salam-wa.js';
script.src = 'salam-wa.js';
document.body.appendChild(script);

if ('serviceWorker' in navigator) {
Expand Down

0 comments on commit 88a362d

Please sign in to comment.