diff -r 542252e0c615 -r dbd46ed42b0d web/static/res/js/incplayer.js --- a/web/static/res/js/incplayer.js Wed Dec 12 03:10:24 2012 +0100 +++ b/web/static/res/js/incplayer.js Wed Dec 12 04:01:13 2012 +0100 @@ -210,7 +210,13 @@ }); self.popSeq.on("cycle", function() { - }); + }); + + self.popSeq.on("ended", function() { + // todo + location.href = "transition.html"; + }); + }; this.listenEvent = function(pop, event, unlisten, func)