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:
parent
85b03c0fb0
commit
4445254b00
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user