Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
23c11d28
Commit
23c11d28
authored
Nov 28, 2020
by
Patrick
Browse files
ipad test 09
parent
18f6bd1c
Changes
1
Show whitespace changes
Inline
Side-by-side
vcm/templates/custom.js
View file @
23c11d28
...
@@ -8,9 +8,7 @@ $("#tour-button").hide();
...
@@ -8,9 +8,7 @@ $("#tour-button").hide();
// console.log("checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad());
// console.log("checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad());
// document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
// document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
// checkagent();
// checkagent();
if
(
checkagent
()
==
true
&&
is_touch_device
()
==
true
&&
checkIpad
()
==
true
&&
framework
.
isMobile
()
==
false
){
changeColor
(
true
);
}
// removebuildings();
// removebuildings();
...
@@ -77,6 +75,9 @@ function stopStory() {
...
@@ -77,6 +75,9 @@ function stopStory() {
// console.log(check);
// console.log(check);
// return check;
// return check;
// };
// };
if
(
checkagent
()
==
true
&&
is_touch_device
()
==
true
&&
checkIpad
()
==
true
&&
framework
.
isMobile
()
==
false
){
changeColor
(
true
);
}
}
}
function
showbereich
(
bereich
)
{
function
showbereich
(
bereich
)
{
...
...
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