Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
4dcd4499
Commit
4dcd4499
authored
Nov 07, 2019
by
bbaer
Browse files
set qfq-skip-dirty on all tablesorter-filter
parent
b3a92a45
Pipeline
#2653
passed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/Main.js
View file @
4dcd4499
...
...
@@ -12,6 +12,8 @@ $(document).ready( function () {
tablesorterController
.
setup
(
$
(
this
),
i
);
});
// end .each()
$
(
'
.tablesorter-filter
'
).
addClass
(
'
qfq-skip-dirty
'
);
$
(
'
.qfq-auto-grow
'
).
each
(
function
()
{
var
newHeight
=
$
(
this
).
prop
(
'
scrollHeight
'
);
var
maxHeight
=
$
(
this
).
data
(
'
max-height
'
)
||
0
;
...
...
Write
Preview
Supports
Markdown
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