small js fix
This commit is contained in:
parent
8206e3a285
commit
c618ff306d
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ c3nav = {
|
|||
.toggleClass('show-details', !!state.details)
|
||||
.toggleClass('show-options', !!state.options);
|
||||
|
||||
if (c3nav._gridControl) {
|
||||
if (c3nav._gridLayer) {
|
||||
window.setTimeout(function () {
|
||||
c3nav._gridLayer._updateGrid(c3nav.map);
|
||||
}, 300);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue