From 026f186760b033001aaa107f203b7b4cf485abc5 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Fri, 21 May 2010 09:33:50 -0700 Subject: [PATCH] Removed video box in demo because adding it dynamically now. Switche to window.onload instead of bodyLoaded function. --- demo.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/demo.html b/demo.html index 76133dd8b..1e57fead7 100644 --- a/demo.html +++ b/demo.html @@ -10,31 +10,29 @@ // $(function(){ // VideoJS.setup(); // }) - - var bodyLoaded = function(){ + + window.onload = function(){ VideoJS.setup(); } - + -
- - -
+ + \ No newline at end of file