Merge pull request #37641 from AutomaticFrenzy/patch/tooltip-jquery

Use bundled rather than remote jquery in tooltips
This commit is contained in:
Jordan Brown
2018-05-05 09:10:06 -04:00
committed by CitadelStationBot
parent bf42b89677
commit 6a940a7149

View File

@@ -93,7 +93,7 @@
<div id="wrap" class="wrap">
<div id="content" class="content"></div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript">
var tooltip = {
'tileSize': 32,