Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
angelo paglialonga
vtigercrm
Commits
144c2956
Commit
144c2956
authored
May 22, 2017
by
Conrado @ VGS
Browse files
Options
Downloads
Patches
Plain Diff
Update regex so returns when iOS version is greater than 10.
parent
f52ea82e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/jquery/defunkt-jquery-pjax/jquery.pjax.js
+1
-1
1 addition, 1 deletion
libraries/jquery/defunkt-jquery-pjax/jquery.pjax.js
with
1 addition
and
1 deletion
libraries/jquery/defunkt-jquery-pjax/jquery.pjax.js
+
1
−
1
View file @
144c2956
...
...
@@ -644,7 +644,7 @@ if ( $.inArray('state', $.event.props) < 0 )
$
.
support
.
pjax
=
window
.
history
&&
window
.
history
.
pushState
&&
window
.
history
.
replaceState
// pushState isn't reliable on iOS until 5.
&&
!
navigator
.
userAgent
.
match
(
/
((
iPod|iPhone|iPad
)
.+
\b
OS
\s
+
[
1-4
]
|WebApps
\/
.+CFNetwork
)
/
)
&&
!
navigator
.
userAgent
.
match
(
/
((
iPod|iPhone|iPad
)
.+
\b
OS
\s
+
[
1-4
]
\D
|WebApps
\/
.+CFNetwork
)
/
)
// Fall back to normalcy for older browsers.
if
(
!
$
.
support
.
pjax
)
{
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment