Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
ac0a7350
Commit
ac0a7350
authored
Apr 08, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libs: Fixed JQM preventing panel toggle clicks to bubble
parent
1737358e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ext/libs/jquery-mobile/jquery-mobile.js
ext/libs/jquery-mobile/jquery-mobile.js
+2
-3
No files found.
ext/libs/jquery-mobile/jquery-mobile.js
View file @
ac0a7350
/* HACKS: #7155, #7162, #7154, #7292
/* HACKS: #7155, #7162, #7154, #7292
, #7301
/*!
/*!
* jQuery Mobile 1.4.3pre
* jQuery Mobile 1.4.3pre
* Git HEAD hash: 77b5304ec0510824e6f014e6caf716701db6abd2 <> Date: Thu Mar 6 2014 16:14:07 UTC
* Git HEAD hash: 77b5304ec0510824e6f014e6caf716701db6abd2 <> Date: Thu Mar 6 2014 16:14:07 UTC
...
@@ -12990,7 +12990,6 @@ $.widget( "mobile.panel", {
...
@@ -12990,7 +12990,6 @@ $.widget( "mobile.panel", {
_handleClick
:
function
(
e
)
{
_handleClick
:
function
(
e
)
{
var
link
,
var
link
,
panelId
=
this
.
element
.
attr
(
"
id
"
);
panelId
=
this
.
element
.
attr
(
"
id
"
);
if
(
e
.
currentTarget
.
href
.
split
(
"
#
"
)[
1
]
===
panelId
&&
panelId
!==
undefined
)
{
if
(
e
.
currentTarget
.
href
.
split
(
"
#
"
)[
1
]
===
panelId
&&
panelId
!==
undefined
)
{
e
.
preventDefault
();
e
.
preventDefault
();
...
@@ -13002,7 +13001,7 @@ $.widget( "mobile.panel", {
...
@@ -13002,7 +13001,7 @@ $.widget( "mobile.panel", {
});
});
}
}
this
.
toggle
();
this
.
toggle
();
return
false
;
//
return false;
}
}
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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