Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit ac0f0f8

Browse files
authored
Update index.html
1 parent 4143c1e commit ac0f0f8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="apple-mobile-web-app-capable" content="yes" />
88
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
99
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
10+
<base href="https://cdn.jsdelivr.net/gh/codingfun1072/RetroBowl@4143c1e422ea701b05c187fba89ca10ba3e6d236/" target="_blank" />
1011
<meta charset="utf-8"/>
1112

1213
<!-- Set the title bar of the page -->
@@ -79,6 +80,12 @@
7980
</canvas>
8081
</div>
8182

83+
<script>
84+
const noop = () => void(null);
85+
window.console = {
86+
log: noop,
87+
};
88+
</script>
8289
<!-- Run the game code -->
8390
<script type="text/javascript" src="html5game/RetroBowl.js?ILABC=1551937871"></script>
8491
<!-- Poki start -->
@@ -105,9 +112,6 @@
105112
});
106113
})();
107114
</script>
108-
<!-- Poki end -->
109-
<script src="js/analytics_ubg_v1_4.js"></script>
110-
<script src="js/ubg235_client_v1_2.js"></script>
111-
<script src="js/ubg98.js"></script>
115+
<!-- Poki end -->
112116
</body>
113117
</html>

0 commit comments

Comments
 (0)