src/js/init.js
branchlab-port
changeset 500 a784e70993b3
parent 461 a9c5eeca190c
child 531 e7f27746668e
--- a/src/js/init.js	Wed Dec 21 15:02:04 2011 +0100
+++ b/src/js/init.js	Wed Dec 21 15:35:21 2011 +0100
@@ -30,7 +30,7 @@
            if (options.hasOwnProperty("height"))
              IriSP.jQuery("#" + containerDiv).css("height", options.height);
 
-           pop = Popcorn("#" + tmpId).mediafragment({start : 0});
+           pop = Popcorn("#" + tmpId);
         break;
         
       case "jwplayer":
@@ -69,7 +69,7 @@
           // Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div.
           IriSP.jQuery("#" + containerDiv).attr("style", str);
           
-          pop = Popcorn.youtube("#" + containerDiv, opts.video, opts).mediafragment({start : 0});
+          pop = Popcorn.youtube("#" + containerDiv, opts.video, opts);
         break;
         
       default: