Signed-off-by: Dominik Heidler <dominik@heidler.eu>
Reviewed-by: Tobias Klaus <tk+ff@meskal.net>
This commit is contained in:
Dominik Heidler 2016-01-30 14:35:57 +01:00 committed by Tobias Klaus
parent 2850d9af1b
commit 8857560cb4
2 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,7 @@ function logout() {
<br>
<pre id="msg" tabindex="-1"></pre>
<div id="help"></div>
<div id="help" style="z-index: 2;"></div>
<div id="body"></div>

View File

@ -64,7 +64,6 @@ function appendSetting(p, path, value, mode)
map_button.style["position"] = "absolute";
map_button.style["height"] = "44px";
map_button.style["margin-left"] = "5px";
map_button.style["z-index"] = "-1";
break;
case "longitude":
b = append_input(p, "GPS-Koordinaten Longitude", id, value);