Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed May 12, 2024
1 parent 6a15733 commit a92e787
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ window.onload = async () => { await updateSW() }
// Set localForage drivers
try {
await localforage.setDriver([
localforage.WEBSQL,
localforage.INDEXEDDB,
localforage.LOCALSTORAGE
])
} catch (e) {
Expand All @@ -49,10 +49,10 @@ if (params.has('crt')) {
}
if (params.has('debug')) {
;(function () {
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>');
})();
let 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>')
})()
}

const auth = (): SpotifyApi => SpotifyApi.withUserAuthorization(
Expand Down

0 comments on commit a92e787

Please sign in to comment.