Update external-map.js

This commit is contained in:
andrewcoder002
2021-10-19 09:50:00 +02:00
committed by Maximilian Krög
parent f4739df907
commit f353d52da3

View File

@@ -40,7 +40,7 @@ button.addEventListener('click', function () {
localMapTarget.style.height = '';
map.setTarget(localMapTarget);
button.disabled = false;
mapWindow.close();
mapWindow = undefined;
});