some more fixes
This commit is contained in:
parent
0f1f3cc81b
commit
9224540645
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue