Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 11, 2024
1 parent 8fe7a6d commit 7873ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (params.has('crt')) {
}
if (params.has('debug')) {
;(function () {
var src = '//cdn.jsdelivr.net/npm/eruda';
var src = 'https://cdn.jsdelivr.net/npm/eruda';
document.body.innerHTML += ('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
document.body.innerHTML += ('<scr' + 'ipt>eruda.init();</scr' + 'ipt>');
})();
Expand Down

0 comments on commit 7873ed4

Please sign in to comment.