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);
|
var oldUserUI = Ox.clone(pandora.user.ui);
|
||||||
Ox.Request.cancel();
|
Ox.Request.cancel();
|
||||||
$('video').each(function() {
|
$('video').each(function() {
|
||||||
$(this).trigger('ended');
|
$(this).trigger('stop');
|
||||||
});
|
});
|
||||||
this.parse();
|
this.parse();
|
||||||
if (pandora.user.ui.section != oldUserUI.section) {
|
if (pandora.user.ui.section != oldUserUI.section) {
|
||||||
|
|
Loading…
Reference in a new issue