Update bootstrap, cleanup css, make pages more responsive
This commit is contained in:
committed by
Andreas Hocevar
parent
4eab8ecd40
commit
9616dee9f7
+2
-1
@@ -48,9 +48,10 @@ map.on('click', function (evt) {
|
||||
const coordinate = evt.coordinate;
|
||||
const hdms = toStringHDMS(toLonLat(coordinate));
|
||||
|
||||
$(element).popover('destroy');
|
||||
$(element).popover('dispose');
|
||||
popup.setPosition(coordinate);
|
||||
$(element).popover({
|
||||
container: element,
|
||||
placement: 'top',
|
||||
animation: false,
|
||||
html: true,
|
||||
|
||||
Reference in New Issue
Block a user