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
dc51a754
Commit
dc51a754
authored
Jul 15, 2022
by
Dominik Hebeler
Browse files
fixed csp
parent
b3000053
Changes
2
Hide whitespace changes
Inline
Side-by-side
metager/resources/js/admin/bot.js
0 → 100644
View file @
dc51a754
document
.
querySelectorAll
(
"
div.user input, div.user select
"
).
forEach
(
element
=>
{
element
.
addEventListener
(
"
change
"
,
event
=>
{
element
.
form
.
submit
();
});
});
\ No newline at end of file
metager/resources/less/metager/pages/admin/bot/index.less
0 → 100644
View file @
dc51a754
.user {
width: max-content;
padding: 1rem;
border: 1px solid white;
background-color: #4a4a4a;
border-radius: 5px;
}
\ No newline at end of file
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