0

Add warning to index.html that should hopefully be visible when there is

an error loading the JS components
This commit is contained in:
Andrew Chin
2013-10-07 19:48:37 -04:00
parent 3b373f5479
commit defa37252b

View File

@@ -23,6 +23,11 @@
<!-- Generated at: {time} --> <!-- Generated at: {time} -->
<body onload="overviewer.util.initialize()"> <body onload="overviewer.util.initialize()">
<div id="mcmap"></div> <div id="mcmap">
<div id="NoJSWarning" style="color:white; background-color:black">
If you can see this message, there is likely a problem loading the Overviewer javascript components.
Check the javascript console for error messages.
</div>
</div>
</body> </body>
</html> </html>