forked from 0x2620/pandora
navigation view: don't reset mapFind/mapSelection on the client
This commit is contained in:
parent
e690a4ca97
commit
de4177dac6
1 changed files with 0 additions and 5 deletions
|
@ -249,11 +249,6 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
|||
$status.html(Ox.toTitleCase(Ox.formatCount(items, 'clip')));
|
||||
}
|
||||
|
||||
if (type == 'map') {
|
||||
pandora.user.ui.mapFind = '';
|
||||
pandora.user.ui.mapSelection = '';
|
||||
}
|
||||
|
||||
// needed to it can recieve events from UI module
|
||||
pandora.$ui.clipList = $list;
|
||||
|
||||
|
|
Loading…
Reference in a new issue