Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e3448bd4
Commit
e3448bd4
authored
Dec 10, 2019
by
bbaer
Browse files
also for textareas, fixes #9528
parent
02ec106f
Pipeline
#2912
passed with stages
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/Main.js
View file @
e3448bd4
...
...
@@ -60,7 +60,7 @@ $(document).ready( function () {
$
(
'
.qfq-clear-me
'
).
each
(
function
()
{
var
myInput
=
$
(
this
);
if
(
!
myInput
.
is
(
"
input
"
))
{
if
(
!
myInput
.
is
(
"
input
,textarea
"
))
{
return
;
}
var
closeButton
=
$
(
"
<span>
"
,
{
...
...
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