1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

expand-video.js: onReady

This commit is contained in:
Zankaria 2024-08-05 19:21:09 +02:00
parent 85b03c0fb0
commit 4445254b00

View File

@ -236,7 +236,7 @@ function setupVideosIn(element) {
}
}
onready(function(){
onReady(function(){
// Insert menu from settings.js
if (typeof settingsMenu != "undefined" && typeof Options == "undefined") {
document.body.insertBefore(settingsMenu, document.getElementsByTagName("hr")[0]);