fix url controler, #811

This commit is contained in:
j 2012-05-30 00:19:33 +00:00
parent 297be253c9
commit f83863f300

View file

@ -184,7 +184,7 @@ pandora.URL = (function() {
pandora.site.itemViews.filter(function(view) {
return [
pandora.user.ui.itemView, pandora.user.ui.videoView
].indexOf(view.id) > -1;
].indexOf(view.id) == -1;
}).map(function(view) {
return view.id;
})