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
87fecb2f
Commit
87fecb2f
authored
Jul 25, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JQM: add allowSamePageTransition option
parent
56c2b3a7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/items/items.html
modules/items/items.html
+1
-1
modules/items/items.js
modules/items/items.js
+2
-2
No files found.
modules/items/items.html
View file @
87fecb2f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<title>
Topseller Module
</title>
<title>
Topseller Module
</title>
</head>
</head>
<body>
<body>
<div
data-role=
"fieldcontain"
class=
"items_wrap
"
>
<div
class=
"items_wrap ui-field-contain
"
>
<h3
class=
"translate items_title"
data-i18n=
""
></h3>
<h3
class=
"translate items_title"
data-i18n=
""
></h3>
<ul
data-role=
"listview"
data-inset=
"true"
class=
"items_listview"
>
<ul
data-role=
"listview"
data-inset=
"true"
class=
"items_listview"
>
<!-- items -->
<!-- items -->
...
...
modules/items/items.js
View file @
87fecb2f
...
@@ -120,8 +120,8 @@ define([
...
@@ -120,8 +120,8 @@ define([
// TODO: this is for page event bindings. Once JQM content replaces
// TODO: this is for page event bindings. Once JQM content replaces
// page, remove this and make the gadget the content section to
// page, remove this and make the gadget the content section to
// be updated.
// be updated.
spec
.
page
=
priv
.
closest
(
spec
.
gadget
.
dom
[
0
]
,
"
div[data-role='page']
"
);
spec
.
page
=
priv
.
closest
(
spec
.
gadget
.
dom
.
get
(
0
)
,
"
div[data-role='page']
"
);
spec
.
pageId
=
"
#
"
+
spec
.
page
.
attr
(
'
id
'
)
;
spec
.
pageId
=
"
#
"
+
spec
.
page
.
id
;
spec
.
source
=
source
;
spec
.
source
=
source
;
spec
.
callback_mockup
=
callback_mockup
;
spec
.
callback_mockup
=
callback_mockup
;
...
...
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