Skip to content

Commit

Permalink
Merge pull request #15 from ekharkunov/update-1.7.1
Browse files Browse the repository at this point in the history
Remove extra_params.
  • Loading branch information
AGulev authored Apr 10, 2024
2 parents 1d7292b + 6f52b49 commit d6bee23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poki-sdk/manifests/web/engine_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
});
Module['onRuntimeInitialized'] = function() {
PokiSDK.init().then(()=>{
Module.runApp("canvas", extra_params);
Module.runApp("canvas");
}).catch(()=>{
Module.runApp("canvas", extra_params);
Module.runApp("canvas");
});
};
</script>
Expand Down

0 comments on commit d6bee23

Please sign in to comment.