remove unneded line from c3nav.js

This commit is contained in:
Laura Klünder 2017-10-30 16:04:51 +01:00
parent 845f9ae6ab
commit 9585c1a264

View file

@ -53,7 +53,6 @@ c3nav = {
c3nav._set_view('search');
$destination.find('input').focus();
}
c3nav._set_view($destination.is('.selected') ? 'location' : 'search');
c3nav.update_map_locations();
},
_popup_button_click: function () {