You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-05 23:18:43 +02:00
package update
This commit is contained in:
@@ -19,8 +19,6 @@ export class LanguageComponent {
|
||||
if (Cookie.get(CookieNames.lang) != null) {
|
||||
this.current = Cookie.get(CookieNames.lang);
|
||||
}
|
||||
console.log(this.current);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user