Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiki Wiki CMS Groupware
Tiki
Commits
bcf9da17
Commit
bcf9da17
authored
Jul 02, 2022
by
Jonny Bradley
Browse files
[FIX] bs5: Another missing Bootstrap 5 data attribute namespace
parent
1db343fe
Pipeline
#578558441
passed with stages
in 8 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/modules/tiki-admin_modules.js
View file @
bcf9da17
...
...
@@ -151,7 +151,7 @@ window.showModuleEditForm = function(item, options) {
if
(
item
)
{
if
(
$
(
item
).
is
(
"
tr
"
))
{
// assigned_modules row dblclicked
modName
=
$
(
"
td:first
"
,
item
).
text
();
modId
=
$
(
"
a:last
"
,
item
).
data
(
"
content
"
).
match
(
/modup" value="
(\d
+
)
/
);
modId
=
$
(
"
a:last
"
,
item
).
data
(
"
bs-
content
"
).
match
(
/modup" value="
(\d
+
)
/
);
if
(
modId
)
{
modId
=
modId
[
1
];
modOrd
=
$
(
"
td:eq(1)
"
,
item
).
text
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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