Switch to an actually unused class name
This commit is contained in:
parent
7f4f5b460a
commit
4155dd27d0
1 changed files with 2 additions and 2 deletions
|
@ -258,8 +258,8 @@ L.U.Map.include({
|
||||||
// We style this control in our own CSS for consistency with other controls,
|
// We style this control in our own CSS for consistency with other controls,
|
||||||
// but the control breaks if we don't specify a class here, so a fake class
|
// but the control breaks if we don't specify a class here, so a fake class
|
||||||
// will do.
|
// will do.
|
||||||
icon: 'umap-empty',
|
icon: 'umap-fake-class',
|
||||||
iconLoading: 'umap-empty',
|
iconLoading: 'umap-fake-class',
|
||||||
flyTo: true,
|
flyTo: true,
|
||||||
});
|
});
|
||||||
this._controls.fullscreen = new L.Control.Fullscreen({title: {'false': L._('View Fullscreen'), 'true': L._('Exit Fullscreen')}});
|
this._controls.fullscreen = new L.Control.Fullscreen({title: {'false': L._('View Fullscreen'), 'true': L._('Exit Fullscreen')}});
|
||||||
|
|
Loading…
Reference in a new issue