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
7ec04c58
Commit
7ec04c58
authored
Nov 08, 2019
by
Carsten Rose
Browse files
Merge branch 'b9035-finishingUp' into 'master'
set qfq-skip-dirty on all tablesorter-filter See merge request
!195
parents
4ea0c458
4dcd4499
Pipeline
#2666
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/Main.js
View file @
7ec04c58
...
...
@@ -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
minHeight
=
$
(
this
).
attr
(
"
rows
"
)
*
14
+
18
;
var
newHeight
=
$
(
this
).
prop
(
'
scrollHeight
'
);
...
...
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