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
fd1c863a
Commit
fd1c863a
authored
Dec 02, 2019
by
bbaer
Browse files
Fixes B9678
parent
f075d55d
Pipeline
#2830
passed with stages
in 2 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
fd1c863a
...
...
@@ -504,6 +504,7 @@ var QfqNS = QfqNS || {};
}
};
/* Dynamic Update Trigger */
n
.
QfqForm
.
prototype
.
setupFormUpdateHandler
=
function
()
{
$
(
'
textarea[data-load],input[data-load],select[data-load]
'
).
on
(
'
change
'
,
this
.
formUpdateHandler
.
bind
(
this
));
};
...
...
Carsten Rose
@carsten.rose
mentioned in commit
dff42417
·
Dec 04, 2019
mentioned in commit
dff42417
mentioned in commit dff424179ae08bfa2990cbb1936798a436e28f03
Toggle commit list
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