delete superfluous line of code
This commit is contained in:
parent
abd1523594
commit
cffc277b18
1 changed files with 1 additions and 3 deletions
|
@ -890,9 +890,7 @@ c3nav = {
|
||||||
}
|
}
|
||||||
if (c3nav._click_anywhere_popup) c3nav._click_anywhere_popup.remove();
|
if (c3nav._click_anywhere_popup) c3nav._click_anywhere_popup.remove();
|
||||||
} else {
|
} else {
|
||||||
if ($(this).is('.select-point')) {
|
if ($(this).is('.show-nearby')) {
|
||||||
c3nav._click_anywhere_load(false);
|
|
||||||
} else if ($(this).is('.show-nearby')) {
|
|
||||||
c3nav._click_anywhere_load(true);
|
c3nav._click_anywhere_load(true);
|
||||||
} else if ($(this).is('a')) {
|
} else if ($(this).is('a')) {
|
||||||
c3nav._modal_link_click.call(this, e);
|
c3nav._modal_link_click.call(this, e);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue