some more fixes

This commit is contained in:
rlx 2011-08-19 20:55:02 +00:00
parent 96d2c7f89b
commit 5a340f1018
1 changed files with 1 additions and 1 deletions

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) {