Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!171
SWTP Comment Project
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SWTP Comment Project
swtp-2019/arsnova-lite:master
into
master
Overview
6
Commits
222
Pipelines
0
Changes
130
All threads resolved!
Hide all comments
Merged
Tom Käsler
requested to merge
swtp-2019/arsnova-lite:master
into
master
5 years ago
Overview
6
Commits
222
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
This MR introduces the new comment feature with voting.
Edited
5 years ago
by
Lukas Mauß
0
0
Merge request reports
Viewing commit
07cabc3d
Prev
Next
Show latest version
1 file
+
0
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
07cabc3d
Remove a line from startAnimation()
· 07cabc3d
Berna Tülek
authored
5 years ago
src/app/components/shared/comment/comment.component.ts
+
0
−
1
Options
@@ -57,7 +57,6 @@ export class CommentComponent implements OnInit {
}
startAnimation
(
state_
:
any
)
{
console
.
log
(
state_
);
if
(
!
this
.
animationState
)
{
this
.
animationState
=
state_
;
}