mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +00:00
fix: big map centered on page + closeable
This commit also updates the hardcoded cache booster ID, as CSS+JS changed to accomplish the map fix.
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ if($session->plus){
|
||||
<script src="mt-core.js" type="text/javascript"></script>
|
||||
<script src="unx.js" type="text/javascript"></script>
|
||||
<script src="mt-more.js" type="text/javascript"></script>
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7c" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7c" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
|
||||
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7d" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript">window.addEvent('domready', start);</script>
|
||||
</head>
|
||||
<body onload="start()"><?php
|
||||
|
||||
Reference in New Issue
Block a user