Remove unused maximiseMap/minimiseMap functions
This commit is contained in:
parent
22e079a3c3
commit
342d323c04
2 changed files with 0 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue