Skip to content

Commit

Permalink
Uncommenting init code.
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemanjack committed Jul 1, 2019
1 parent dd6d612 commit 27f5c8b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
6 changes: 1 addition & 5 deletions modules/digiTrustIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,18 +346,14 @@ export const digiTrustIdSubmodule = {
function fallbackInit() {
if (resultHandler.retryId == 0 && !isInitialized()) {
// this triggers an init
/*
var conf = {
member: 'fallback',
callback: noop
};
*/
// getDigiTrustId(conf);
getDigiTrustId(conf, noop);
}
}

setTimeout(fallbackInit, 1550);

attachIdSystem(digiTrustIdSubmodule);

window.dtsub = digiTrustIdSubmodule;
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27f5c8b

Please sign in to comment.