Browse Source

Use nocover in hover cover JS

spaghetti 8 years ago
parent
commit
77d6f121f1
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      static/common/noartwork/nocover.png
  2. 1
    1
      static/functions/global.js

+ 0
- 0
static/common/noartwork/nocover.png View File


+ 1
- 1
static/functions/global.js View File

@@ -185,7 +185,7 @@ function getCover(event) {
185 185
   if ($('#coverCont img').length == 0) {
186 186
     coverCont.appendChild(document.createElement('img'))
187 187
   }
188
-  $('#coverCont img')[0].src = image?image:'/static/common/noartwork/comedy.png'
188
+  $('#coverCont img')[0].src = image?image:'/static/common/noartwork/nocover.png'
189 189
   coverCont.className = (event.clientX > (window.innerWidth/2)) ? 'left' : 'right'
190 190
   coverCont.style.display = 'block'
191 191
   //Preload next image

Loading…
Cancel
Save