navigation view: don't reset mapFind/mapSelection on the client

This commit is contained in:
rolux 2013-07-23 07:55:20 +00:00
parent e690a4ca97
commit de4177dac6

View file

@ -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;