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
b4e85b74
Commit
b4e85b74
authored
Mar 21, 2016
by
Rafael Ostertag
Browse files
use this.sipDataAttribute instead of magic constant.
parent
05f125a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqRecordList.js
View file @
b4e85b74
...
...
@@ -35,7 +35,7 @@ if (!QfqNS) {
throw
new
Error
(
$recordElement
.
length
+
'
match(es) found for record class
'
);
}
var
sip
=
$eventTarget
.
data
(
'
sip
'
);
var
sip
=
$eventTarget
.
data
(
this
.
sipDataAttribute
);
if
(
!
sip
)
{
throw
new
Error
(
'
No `sip` on delete button
'
);
...
...
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