Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Master Project Assignment Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Odin Johan Vatne
Master Project Assignment Software
Commits
3276a50c
Commit
3276a50c
authored
2 years ago
by
Odin Johan Vatne
Browse files
Options
Downloads
Patches
Plain Diff
Clear add member on successful add
parent
0f0c4b30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pasapp/static/pasapp/js/group_edit.js
+1
-0
1 addition, 0 deletions
pasapp/static/pasapp/js/group_edit.js
with
1 addition
and
0 deletions
pasapp/static/pasapp/js/group_edit.js
+
1
−
0
View file @
3276a50c
...
...
@@ -34,6 +34,7 @@ function addUser() {
}
else
{
userBox
.
innerHTML
+=
`<div class="user-bubble" onclick="removeUser(this,'
${
username
}
')">
${
data
.
name
}
</div>`
;
input
.
value
=
""
;
userSet
.
add
(
username
);
errorBox
.
classList
.
add
(
'
hidden
'
);
updateForm
();
...
...
This diff is collapsed.
Click to expand it.
Odin Johan Vatne
@odinjv
mentioned in commit
fc01fa9a
·
2 years ago
mentioned in commit
fc01fa9a
mentioned in commit fc01fa9a2703ead51f15634e70611aa163768ef7
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment