Skip to content

Commit

Permalink
Revert "Use a local version of ima sdk"
Browse files Browse the repository at this point in the history
This reverts commit a09a567.
  • Loading branch information
avelad committed May 22, 2024
1 parent 96fc27b commit d083dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 721 deletions.
3 changes: 2 additions & 1 deletion test/test/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ function loadImaSdk() {
script['async'] = false;
script.onload = resolve;
script.onerror = reject;
script.setAttribute('src','/base/test/test/ima3.js');
script.setAttribute('src',
'https://imasdk.googleapis.com/js/sdkloader/ima3.js');
document.head.appendChild(script);
});
}
Expand Down

0 comments on commit d083dc1

Please sign in to comment.