Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Fix mobile resolution payload column (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
premsankar89 authored and dgterry committed Jul 11, 2016
1 parent de05aec commit 60a4636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/ts/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export class AppComponent {
}
private ngAfterViewInit (_dialogService : DialogService) {
this.checkSetup(_dialogService);
let rightColumn = <HTMLElement>document.querySelector ('.right');
this.resizePayloadColumn (rightColumn);
}
/*
* This method is responsible for detecting if the set-up processs involving creation of various Watson services
Expand Down

0 comments on commit 60a4636

Please sign in to comment.