Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit d4dc403

Browse files
committed
Remove now unnecessary attributes from game-client.js
1 parent ab5de94 commit d4dc403

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

assets/js/game-client.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@ function launchGame() {
8080
"progressframeimage",
8181
"assets/img/unity-loadingframe.png"
8282
);
83-
embed.setAttribute(
84-
"autoupdateurlsignature",
85-
"42180ee5edc4e3d4dd706bcc17cedd8d6ec7b7ac463071fd34ab97fe181f1a78df31db5feb4526677e4f69ef53acaff44471591e68b87f041c80fd54765f0d5725b08aa28f5acf7716ffb2a04e971269f35925c7e38d57dd78f6a206530caaa3da7e32f07f19810efc0ebf29a4eae976a925ad9cc5beb4dd51564c67dc489033"
86-
);
87-
embed.setAttribute(
88-
"autoupdateurl",
89-
"http://wp-cartoonnetwork.unity3d.com/ff/big/beta-20111013/autodownload_webplugin_beta"
90-
);
9183

9284
var div = document.getElementById("client");
9385
object.appendChild(embed);

0 commit comments

Comments
 (0)