[Scummvm-git-logs] scummvm-web master -> 4f3dfd31831791f9ba139d4e5f7f5a28b5ec787a

djsrv dservilla at gmail.com
Mon Aug 30 03:18:10 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
4f3dfd3183 WEB: Fix dumper companion resource URLs


Commit: 4f3dfd31831791f9ba139d4e5f7f5a28b5ec787a
    https://github.com/scummvm/scummvm-web/commit/4f3dfd31831791f9ba139d4e5f7f5a28b5ec787a
Author: djsrv (dservilla at gmail.com)
Date: 2021-08-29T23:17:50-04:00

Commit Message:
WEB: Fix dumper companion resource URLs

Changed paths:
    public_html/html/dumper-companion.html


diff --git a/public_html/html/dumper-companion.html b/public_html/html/dumper-companion.html
index e9ae9a0e..448bc85c 100644
--- a/public_html/html/dumper-companion.html
+++ b/public_html/html/dumper-companion.html
@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8">
   <title>ScummVM Dumper Companion</title>
-  <link rel="stylesheet" href="css/dumper-companion.css">
+  <link rel="stylesheet" href="/css/dumper-companion.css">
 </head>
 <body>
   <header>
@@ -29,6 +29,6 @@
     </noscript>
     </div>
   </main>
-  <script src="js/dumper-companion.js"></script>
+  <script src="/js/dumper-companion.js"></script>
 </body>
 </html>




More information about the Scummvm-git-logs mailing list