]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/edit.js
Remove unused parameter
[rails.git] / app / assets / javascripts / edit.js
index 7eaa24e9813ce97fab79958364ab518297ed0070..30823d49ea5d00a0a493463c4aa6f1046b6c4433 100644 (file)
@@ -1,7 +1,6 @@
 function maximiseMap() {
   $("#left").hide();
-  $("#greeting").hide();
-  $("#tabnav").hide();
+  $("#top-bar").hide();
 
   $("#content").css("top", "0px");
   if ($("html").attr("dir") == "ltr") {
@@ -15,8 +14,7 @@ function maximiseMap() {
 
 function minimiseMap() {
   $("#left").show();
-  $("#greeting").show();
-  $("#tabnav").show();
+  $("#top-bar").show();
 
   $("#content").css("top", "30px");
   if ($("html").attr("dir") == "ltr") {