Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Disable artwork drag
Browse files Browse the repository at this point in the history
  • Loading branch information
1nikolas committed Sep 11, 2020
1 parent bd4fbf3 commit 5f90549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div id="songinfo">
<!--Artwork icon: Music by Trident from the Noun Project-->
<img id="artowrkimg" src="./images/artwork.png" />
<img id="artowrkimg" ondragstart="return false;" src="./images/artwork.png" />
<div id="infotext">
<div id="songtitle">

Expand Down

0 comments on commit 5f90549

Please sign in to comment.