1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-05 23:18:43 +02:00

package update

This commit is contained in:
Patrik J. Braun
2018-01-15 19:37:18 -05:00
parent add9947653
commit 63b300c40a
4 changed files with 31 additions and 34 deletions

View File

@@ -19,8 +19,6 @@ export class LanguageComponent {
if (Cookie.get(CookieNames.lang) != null) {
this.current = Cookie.get(CookieNames.lang);
}
console.log(this.current);
}
}