fixing videos not being unloaded when closed
This commit is contained in:
@@ -339,7 +339,10 @@ function openFinder(dir) {
|
||||
postMessage(['openFinder', dir], '*')
|
||||
}
|
||||
function stopVideo() {
|
||||
document.getElementById('video').pause()
|
||||
video=document.getElementById('video')
|
||||
video.pause()
|
||||
video.src=''
|
||||
//document.getElementById('video').pause()
|
||||
}
|
||||
function copyImgUrl() {
|
||||
var murl = $('#imagemodal').attr('data-original')
|
||||
|
Reference in New Issue
Block a user