Skip to content

Commit

Permalink
Merge 9e0864a into 59c4a3e
Browse files Browse the repository at this point in the history
  • Loading branch information
ydogandjiev committed Sep 20, 2018
2 parents 59c4a3e + 9e0864a commit c0fcca3
Show file tree
Hide file tree
Showing 2 changed files with 517 additions and 394 deletions.
6 changes: 4 additions & 2 deletions src/MicrosoftTeams.ts
Expand Up @@ -687,7 +687,8 @@ namespace microsoftTeams {
ensureInitialized(
frameContexts.content,
frameContexts.settings,
frameContexts.remove
frameContexts.remove,
frameContexts.task
);

let messageId = sendMessageRequest(parentWindow, "navigateCrossDomain", [
Expand Down Expand Up @@ -1107,7 +1108,8 @@ namespace microsoftTeams {
ensureInitialized(
frameContexts.content,
frameContexts.settings,
frameContexts.remove
frameContexts.remove,
frameContexts.task
);

if (hostClientType === HostClientType.desktop) {
Expand Down

0 comments on commit c0fcca3

Please sign in to comment.