From 92245406455958e751bf3066e317f50bb3288941 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 19 Aug 2011 20:55:02 +0000 Subject: [PATCH] some more fixes --- static/js/pandora/URL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/URL.js b/static/js/pandora/URL.js index d185231f..fcca951c 100644 --- a/static/js/pandora/URL.js +++ b/static/js/pandora/URL.js @@ -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) {