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
open-source
MetaGer
Commits
ac897450
Commit
ac897450
authored
Oct 01, 2021
by
Dominik Hebeler
Browse files
fixed typo
parent
f6f9aeab
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/admin/spam.blade.php
View file @
ac897450
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
if
(
data
[
index
][
"matches"
]){
if
(
data
[
index
][
"matches"
]){
el
.
classList
.
add
(
"matches"
);
el
.
classList
.
add
(
"matches"
);
}
else
{
}
else
{
elclassList
.
remove
(
"matches"
);
el
.
classList
.
remove
(
"matches"
);
}
}
});
});
...
...
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