From f7775c56a11cda108c33f6ceea72f88f113ba210 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 11 Jul 2013 18:17:44 +0000 Subject: [PATCH] typo --- 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 3d06c943..33874efa 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -1010,7 +1010,7 @@ pandora.getPart = function(state, str, callback) { } else if (state.page == 'tv') { var split = str.replace(/%20/g, ' ').split(':'), user, name; if (split.length >= 2) { - user = split.unshift(); + user = split.shift(); name = split.join(':'); pandora.api.findLists({ keys: ['name', 'user'],