Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cloud-quote
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
cloud-quote
Commits
0a363c3f
Commit
0a363c3f
authored
Mar 19, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed console.logs
parent
982f4ff5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
js/libs/jqm/jqm.js
js/libs/jqm/jqm.js
+4
-6
No files found.
js/libs/jqm/jqm.js
View file @
0a363c3f
...
...
@@ -8601,12 +8601,10 @@ $.widget( "mobile.table", $.mobile.widget, {
if
(
blocktally
>
0
){
blocktally
-=
1
;
}
else
{
// Store "cells" data on header as a reference to all cells in the same column as this TH
if
(
create
===
undefined
)
{
$
(
this
).
jqmData
(
"
cells
"
,
""
);
}
// reload
$
(
this
)
.
jqmData
(
"
cells
"
,
self
.
element
.
find
(
"
tr
"
).
not
(
trs
).
not
(
this
).
children
(
sel
)
);
...
...
@@ -8614,6 +8612,7 @@ $.widget( "mobile.table", $.mobile.widget, {
}
});
});
// update table modes
if
(
create
===
undefined
)
{
this
.
element
.
trigger
(
'
tableupdate
'
);
...
...
@@ -8793,7 +8792,7 @@ $.mobile.document.delegate( ":jqmData(role='table')", "tablecreate tableupdate",
}
// refresh method
self
.
refresh
=
function
(){
self
.
update
=
function
(){
$switchboard
.
find
(
"
input
"
).
each
(
function
(){
if
(
this
.
checked
)
{
this
.
checked
=
$
(
this
).
jqmData
(
"
cells
"
).
eq
(
0
).
css
(
"
display
"
)
===
"
table-cell
"
;
...
...
@@ -8807,9 +8806,9 @@ $.mobile.document.delegate( ":jqmData(role='table')", "tablecreate tableupdate",
});
};
$
.
mobile
.
window
.
on
(
"
throttledresize
"
,
self
.
refresh
);
$
.
mobile
.
window
.
on
(
"
throttledresize
"
,
self
.
update
);
self
.
refresh
();
self
.
update
();
});
})(
jQuery
);
...
...
@@ -9268,7 +9267,6 @@ $.widget("mobile.filterview", $.mobile.widget, {
isCustomFilterCallback
=
container
.
options
.
filterCallback
!==
defaultFilterCallback
;
if
(
lastval
&&
lastval
===
val
)
{
console
.
log
(
"
KILLED
"
);
// Execute the handler only once per value change
return
;
...
...
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