Fix #142
This commit is contained in:
parent
8784cae01c
commit
3e5f9c51f5
|
@ -23,4 +23,7 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
$('.collapsible').collapsible();
|
$('.collapsible').collapsible();
|
||||||
|
$('#videomodal').modal({
|
||||||
|
onCloseEnd: stopVideo
|
||||||
|
});
|
||||||
});
|
});
|
|
@ -281,4 +281,7 @@ function dlImg() {
|
||||||
}
|
}
|
||||||
function openFinder(dir) {
|
function openFinder(dir) {
|
||||||
postMessage(["openFinder", dir], "*")
|
postMessage(["openFinder", dir], "*")
|
||||||
|
}
|
||||||
|
function stopVideo(){
|
||||||
|
document.getElementById('video').pause()
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user