some more fixes

This commit is contained in:
rolux 2011-08-19 20:55:02 +00:00
parent 0f1f3cc81b
commit 9224540645

View file

@ -110,7 +110,7 @@ pandora.URL = (function() {
var oldUserUI = Ox.clone(pandora.user.ui);
Ox.Request.cancel();
$('video').each(function() {
$(this).trigger('ended');
$(this).trigger('stop');
});
this.parse();
if (pandora.user.ui.section != oldUserUI.section) {