diff --git a/Manual/contents/Content.htm b/Manual/contents/Content.htm
index bf0e20800..23bc6065f 100644
--- a/Manual/contents/Content.htm
+++ b/Manual/contents/Content.htm
@@ -11,6 +11,8 @@
   <meta name="rh-index-keywords" content="" />
   <meta name="search-keywords" content="" />
   <meta name="robots" content="NOODP" />
+  <script src="assets/scripts/gml.js" type="module"></script>
+  <script src="assets/scripts/main_script.js" type="module"></script>
   <meta name="description" content="Find the answer to even the most obscure GameMaker questions in the GameMaker Manual, covering everything from rooms and particles to vectors and blend modes." />
   <meta property="og:description" content="Find the answer to even the most obscure GameMaker questions in the GameMaker Manual, covering everything from rooms and particles to vectors and blend modes." />
 </head>
@@ -208,4 +210,4 @@ <h5><span data-keyref="Copyright Notice">© Copyright <span class="notranslate">
 scripting
 -->
 </body>
-</html>
\ No newline at end of file
+</html>