Fixed HTML building

This commit is contained in:
Anuken
2017-05-03 13:08:02 -04:00
parent ccdd23fe6c
commit 6a453ce84b
8 changed files with 10 additions and 12 deletions
+1 -2
View File
@@ -8,11 +8,10 @@
<script src="soundmanager2-jsmin.js"></script>
</head>
<body onkeydown="preventUseOfDefaultKeys(event);">
<body onkeydown="preventUseOfDefaultKeys(event);" oncontextmenu="return false;">
<div align="center" id="embed-html"></div>
<script type="text/javascript" src="html/html.nocache.js"></script>
</body>
<script>
function handleMouseDown(evt) {
evt.preventDefault();