Add warning to index.html that should hopefully be visible when there is
an error loading the JS components
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
|
||||
<!-- Generated at: {time} -->
|
||||
<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>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user