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
c613c105
Commit
c613c105
authored
Nov 30, 2020
by
Patrick
Browse files
test more ipad stuff
parent
46c33dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
vcm/templates/ipadspecific.js
View file @
c613c105
window
.
onload
=
function
(){
window
.
addEventListener
(
'
load
'
,
function
()
{
if
(
checkagent
()
==
true
&&
is_touch_device
()
==
true
&&
checkIpad
()
==
true
&&
framework
.
isMobile
()
==
false
)
{
changeColor
(
true
);
};
// document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
// checkagent();
}
\ No newline at end of file
})
\ No newline at end of file
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