src/js/pop.js
branchpopcorn-port
changeset 652 d6e18921fab8
parent 612 5292f847b43a
child 699 0d6200d801ad
--- a/src/js/pop.js	Tue Jan 17 16:04:53 2012 +0100
+++ b/src/js/pop.js	Tue Jan 17 16:27:38 2012 +0100
@@ -83,7 +83,7 @@
      var currentTime = +time;
      jwplayer( IriSP.PopcornReplacement._container ).seek( currentTime );
      IriSP.PopcornReplacement.__delay_seek_signal = true;     
-     //return jwplayer(IriSP.PopcornReplacement._container).getPosition();            
+     IriSP.PopcornReplacement.trigger("seeked");           
      return currentTime;
   }
 };
@@ -181,9 +181,6 @@
      
    }
 
-  if (IriSP.PopcornReplacement.__delay_seek_signal === true) {
-    IriSP.PopcornReplacement.trigger("seeked");
-  }
   IriSP.PopcornReplacement.trigger("timeupdate");
 };