Skip to content

Commit

Permalink
initial loader event (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
NagendraOpsmx committed Apr 2, 2024
1 parent 014c8e0 commit 974e8b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ const FlexTopBar = (props: {toolbar: Toolbar | Observable<Toolbar>}) => {
const checkUrlIncludesOpsmx = (param: string) => {
let urlSplit = param?.split('/')
if(urlSplit && urlSplit[urlSplit.length-2] == 'opsmx' && urlSplit[urlSplit.length-1] == 'creation'){
window.parent.postMessage({msg:'loadEvent'},'*');
return true;
}
return false;
Expand Down

0 comments on commit 974e8b3

Please sign in to comment.