From d8736f7c8be76dc549d4b4048c327c9deeae3365 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 4 Jun 2012 11:23:01 +0200 Subject: [PATCH] Ox.starts -> Ox.startsWith --- static/js/pandora/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index da7b86fa3..3f743f815 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -185,7 +185,7 @@ pandora.changeListStatus = function(id, status, callback) { pandora.clickLink = function(e) { if ( e.target.hostname == document.location.hostname - && !Ox.starts(e.target.pathname, '/static') + && !Ox.startsWith(e.target.pathname, '/static') ) { if (pandora.$ui.home && e.target.pathname != '/home') { pandora.$ui.home.fadeOutScreen();