Skip to content
Snippets Groups Projects

SWTP Comment Project

Merged Tom Käsler requested to merge swtp-2019/arsnova-lite:master into master
All threads resolved!
Viewing commit 2b66b3e6
Show latest version
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -89,8 +89,7 @@ export class CommentExportComponent implements OnInit {
if (this.currentButton === 'semicolon') {
this.exportCsv(';');
this.onNoClick();
}
else {
} else {
this.exportCsv(',');
this.onNoClick();
}