Remove unused maximiseMap/minimiseMap functions

This commit is contained in:
Anton Khorev 2023-11-13 11:13:56 +03:00
parent 22e079a3c3
commit 342d323c04
2 changed files with 0 additions and 17 deletions

View file

@ -68,14 +68,6 @@ window.updateLinks = function (loc, zoom, layers, object) {
.toggleClass("disabled", editDisabled);
};
window.maximiseMap = function () {
$("#content").addClass("maximised");
};
window.minimiseMap = function () {
$("#content").removeClass("maximised");
};
$(document).ready(function () {
var headerWidth = 0,
compactWidth = 0;