|
@@ -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
|