Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
9b6e8b0f
Commit
9b6e8b0f
authored
Jul 25, 2019
by
Eric - kg6wxc
Browse files
bugfix: typo (this is ridiculous! :) )
parent
1f475a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpage/map_display.php
View file @
9b6e8b0f
...
...
@@ -531,7 +531,7 @@ $scaling = <<<EOD
if(header) {
var offset = header.offsetHeight;
var search4FF = /Firefox/;
if(search4FF.test(userAgent) {
if(search4FF.test(userAgent)
)
{
offset = offset + 14;
}
str = "calc(100vh - " + offset + "px)";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment