Skip to content

Commit fddcfe5

Browse files
committed
Remove todos
1 parent d48f685 commit fddcfe5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<ul class="account-language-switch-list text-center">
22
<li *ngFor="let language of languages">
3-
<!-- TODO: Handle Return URL -->
43
<a *ngIf="language.name != currentLanguage.name" href="javascript:void();" title="{{language.displayName}}" (click)="changeLanguage(language.name)"><i class="{{language.icon}}"></i></a>
54
</li>
65
</ul>

angular/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="">
1212
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
1313
</head>
14-
<body class="theme-red"> <!-- TODO: Add this on app layout dynamically and based on user preference -->
14+
<body class="theme-red">
1515
<app-root></app-root>
1616
</body>
1717
</html>

0 commit comments

Comments
 (0)