forked from 0x2620/pandora
fix url controler, #811
This commit is contained in:
parent
297be253c9
commit
f83863f300
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ pandora.URL = (function() {
|
||||||
pandora.site.itemViews.filter(function(view) {
|
pandora.site.itemViews.filter(function(view) {
|
||||||
return [
|
return [
|
||||||
pandora.user.ui.itemView, pandora.user.ui.videoView
|
pandora.user.ui.itemView, pandora.user.ui.videoView
|
||||||
].indexOf(view.id) > -1;
|
].indexOf(view.id) == -1;
|
||||||
}).map(function(view) {
|
}).map(function(view) {
|
||||||
return view.id;
|
return view.id;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue