Remove js
Put in index.js
This commit is contained in:
parent
3ed73054ed
commit
e2f3647d97
1 changed files with 1 additions and 14 deletions
|
@ -788,19 +788,6 @@
|
|||
<!-- Miniplayer View -->
|
||||
<%- include('components/miniplayer')
|
||||
%>
|
||||
<script>
|
||||
function checkMarquee(){
|
||||
if(isElementOverflowing('#app-main > div.app-chrome > div.app-chrome--center > div > div > div.playback-info > div.song-artist') == true) {
|
||||
document.getElementsByClassName('song-artist')[0].classList.add('marquee');
|
||||
document.getElementsByClassName('song-artist')[1].classList.add('marquee-after');
|
||||
}
|
||||
if(isElementOverflowing('#app-main > div.app-chrome > div.app-chrome--center > div > div > div.playback-info > div.song-name') == true) {
|
||||
document.getElementsByClassName('song-name')[0].classList.add('marquee');
|
||||
document.getElementsByClassName('song-name')[1].classList.add('marquee-after');
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<script
|
||||
src="musickit.js?v=1"></script>
|
||||
|
@ -819,4 +806,4 @@
|
|||
src="./js/WSAPI_Interop.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue