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
9b0b3bce
Commit
9b0b3bce
authored
Nov 04, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to latest JQM (1.4.0pre)
parent
6a5b9c7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
css/jquery-mobile/jquery-mobile.latest.css
css/jquery-mobile/jquery-mobile.latest.css
+1
-1
js/libs/jquery-mobile/jquery-mobile.js
js/libs/jquery-mobile/jquery-mobile.js
+4
-9
No files found.
css/jquery-mobile/jquery-mobile.latest.css
View file @
9b0b3bce
/*!
* jQuery Mobile 1.4.0pre
* Git HEAD hash:
f07ed1c95b486eedb4a8a170b0d2ee1d8f331050 <> Date: Thu Oct 24 2013 11:59:48
UTC
* Git HEAD hash:
e27a97c01c44f70da83d3544cb9c064609357e69 <> Date: Fri Nov 1 2013 15:22:56
UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
...
...
js/libs/jquery-mobile/jquery-mobile.js
View file @
9b0b3bce
/*!
* jQuery Mobile 1.4.0pre
* Git HEAD hash:
f07ed1c95b486eedb4a8a170b0d2ee1d8f331050 <> Date: Thu Oct 24 2013 11:59:48
UTC
* Git HEAD hash:
e27a97c01c44f70da83d3544cb9c064609357e69 <> Date: Fri Nov 1 2013 15:22:56
UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
...
...
@@ -9250,7 +9250,7 @@ $.widget( "mobile.flipswitch", $.extend({
clearButton
:
function
()
{
return
$
(
"
<a href='#'
tabindex='-1'
class='ui-input-clear ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all
"
+
return
$
(
"
<a href='#' class='ui-input-clear ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all
"
+
"
' title='
"
+
this
.
options
.
clearBtnText
+
"
'>
"
+
this
.
options
.
clearBtnText
+
"
</a>
"
);
},
...
...
@@ -12510,7 +12510,6 @@ $.widget( "mobile.panel", {
_panelID
:
el
.
attr
(
"
id
"
),
_closeLink
:
el
.
find
(
"
:jqmData(rel='close')
"
),
_parentPage
:
(
parentPage
.
length
>
0
)
?
parentPage
:
false
,
_openedPage
:
null
,
_page
:
this
.
_getPage
,
_panelInner
:
this
.
_getPanelInner
(),
_wrapper
:
this
.
_getWrapper
,
...
...
@@ -12558,7 +12557,7 @@ $.widget( "mobile.panel", {
},
_getPage
:
function
()
{
var
page
=
this
.
_
openedPage
||
(
this
.
_parentPage
?
this
.
_parentPage
:
$
(
"
.
"
+
$
.
mobile
.
activePageClass
)
);
var
page
=
this
.
_
parentPage
?
this
.
_parentPage
:
$
(
"
.
"
+
$
.
mobile
.
activePageClass
);
return
page
;
},
...
...
@@ -12798,8 +12797,6 @@ $.widget( "mobile.panel", {
self
.
_bindFixListener
();
self
.
_trigger
(
"
open
"
);
self
.
_openedPage
=
self
.
_page
();
};
self
.
_trigger
(
"
beforeopen
"
);
...
...
@@ -12817,7 +12814,6 @@ $.widget( "mobile.panel", {
},
close
:
function
(
immediate
)
{
if
(
this
.
_open
)
{
var
self
=
this
,
o
=
this
.
options
,
...
...
@@ -12863,11 +12859,10 @@ $.widget( "mobile.panel", {
self
.
_fixPanel
();
self
.
_unbindFixListener
();
$
.
mobile
.
resetActivePageHeight
();
self
.
_page
().
jqmRemoveData
(
"
panel
"
);
self
.
_trigger
(
"
close
"
);
self
.
_openedPage
=
null
;
};
self
.
_trigger
(
"
beforeclose
"
);
...
...
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