Skip to content

Commit

Permalink
Revert "Update sdk url"
Browse files Browse the repository at this point in the history
This reverts commit 33a520e.
  • Loading branch information
aglitchman committed Jul 29, 2024
1 parent 33a520e commit 752da08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion example/bundle/web/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const cacheName = cachePrefix + "-v1";

const cacheList = [
"https://yandex.ru/games/sdk/v2",
"https://sdk.games.s3.yandex.net/sdk.js",

// 3. Add ALL your game files to the list:
"index.html",
Expand Down
2 changes: 1 addition & 1 deletion yagames/manifests/web/engine_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

var t = d.getElementsByTagName("script")[0];
var s = d.createElement("script");
s.src = "https://sdk.games.s3.yandex.net/sdk.js";
s.src = "https://yandex.ru/games/sdk/v2";
s.async = true;
t.parentNode.insertBefore(s, t);
s.onload = function () {
Expand Down
1 change: 0 additions & 1 deletion yagames/manifests/web/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const cacheName = cachePrefix + "-v1";

const cacheList = [
"https://yandex.ru/games/sdk/v2",
"https://sdk.games.s3.yandex.net/sdk.js",

// 3. Add ALL your game files to the list:
"index.html",
Expand Down

0 comments on commit 752da08

Please sign in to comment.