Skip to content

Commit a8db917

Browse files
author
Mathias Husum Nielsen
committed
gives problem with connection setup, commented until a solution has been made
1 parent f10bd73 commit a8db917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/components/footer/footer.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class FooterComponent implements OnInit, AfterViewInit {
1313
constructor(private settingsService: AppSettingsService) {
1414
}
1515
ngOnInit() {
16-
this.getAssemblyVersion('AssemblyVersion');
16+
// this.getAssemblyVersion('AssemblyVersion');
1717
}
1818
ngAfterViewInit() {
1919
}

0 commit comments

Comments
 (0)