]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused maximiseMap/minimiseMap functions
authorAnton Khorev <tony29@yandex.ru>
Mon, 13 Nov 2023 08:13:56 +0000 (11:13 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 13 Nov 2023 08:13:56 +0000 (11:13 +0300)
app/assets/javascripts/application.js
app/assets/stylesheets/common.scss

index f3ca5f37f463898b2412a83ab07298279f46059e..5bfe86b8607b58a9458e03db6b17306ca1b88b1e 100644 (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;
index 023dcdca7557236624eafda36dc9c153a1650e1f..100d489da88424773492079b4185c18fc9ffc06c 100644 (file)
@@ -915,15 +915,6 @@ tr.turn:hover {
   }
 }
 
-#content.maximised {
-  top: 0;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  border: 0;
-  z-index: 2000;
-}
-
 /* Rules for small maps in content areas */
 
 .content_map {