Some desperate attempts to make IE8 work.

This commit is contained in:
FrozenCow 2011-02-18 00:07:59 +01:00
parent a3e2606486
commit bf4ea4f08d
3 changed files with 14 additions and 6 deletions

View file

@ -25,7 +25,7 @@
<script type="text/javascript">
$(document).ready(function() {
window.dynmap = new DynMap($.extend({
container: $('#mcmap'),
container: $('#mcmap')
}, config));
});
</script>