Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
25c189f9
Commit
25c189f9
authored
4 years ago
by
Patrick
Browse files
Options
Download
Email Patches
Plain Diff
test ipad with entry screen
parent
9a0bbbe4
STEG
NachIpadTest
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vcm/index.html
+1
-1
vcm/index.html
vcm/templates/custom.js
+2
-2
vcm/templates/custom.js
with
3 additions
and
3 deletions
+3
-3
vcm/index.html
+
1
-
1
View file @
25c189f9
...
...
@@ -248,7 +248,7 @@
<!--img src="images/Logo_SV.png" width="150"-->
<strong>
Zukunftsdialog Weilimdorf
</strong>
<br>
</h1>
<p
style=
"color:red;"
>
Hinweis:
<br>
<p
id=
"redtext"
style=
"color:red;"
>
Hinweis:
<br>
Die Darstellung in der Desktopversion wird empfohlen. Es kann zu Änderungen in der Darstellung bei mobilen Endgeräten kommen.
</p>
<br>
...
...
This diff is collapsed.
Click to expand it.
vcm/templates/custom.js
+
2
-
2
View file @
25c189f9
...
...
@@ -5,10 +5,10 @@
// // document.body.style.msTransform = scale; // IE 9
// // document.body.style.transform = scale; // General
$
(
"
#tour-button
"
).
hide
();
//
checkagent();
checkagent
();
// removebuildings();
//
document.getElementById("
SLayerChange").checked = true
;
document
.
getElementById
(
"
redtext
"
)..
innerHTML
=
"
checkagent:
"
+
checkagent
()
+
"
istouchdevice:
"
+
is_touch_device
()
+
"
isipad:
"
+
checkIpad
()
;
};
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets