mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:10:11 +00:00
bug in main.js for VideoJS on initial page load
This commit is contained in:
parent
bd20f6ed9a
commit
bc57d7f64e
6 changed files with 6 additions and 6 deletions
|
@ -406,7 +406,7 @@
|
|||
collapseHeight();
|
||||
|
||||
// setup videos, since VideoJS won't take care of any loaded via AJAX
|
||||
_V_.autoSetup();
|
||||
if(typeof _V_ != 'undefined') _V_.autoSetup();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue