mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:34:40 -05:00
remove useless code
This commit is contained in:
parent
d18c6ec4ea
commit
b9a00a7f49
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||||
|
|
||||||
function init(){
|
|
||||||
// Retrieve volume from local storage or set to max if not available
|
// Retrieve volume from local storage or set to max if not available
|
||||||
const initialVolume = localStorage.getItem('playerVolume') || 1;
|
const initialVolume = localStorage.getItem('playerVolume') || 1;
|
||||||
const video = document.getElementById('video');
|
const video = document.getElementById('video');
|
||||||
|
@ -237,5 +236,4 @@ fetchUrls(urls);
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// @license-end
|
// @license-end
|
Loading…
Reference in a new issue