Commit 958a3552 authored by 黄媛媛's avatar 黄媛媛

update

parent 154e435a
...@@ -811,19 +811,19 @@ ...@@ -811,19 +811,19 @@
google.maps.MarkerWithLabel = MarkerWithLabel; google.maps.MarkerWithLabel = MarkerWithLabel;
</script> </script>
<script> <script>
document.ondragover = function (e) { e.preventDefault(); }; document.ondragover = function (e) { e.preventDefault(); };
document.ondrop = function (e) { e.preventDefault(); }; document.ondrop = function (e) { e.preventDefault(); };
$(document).on("dragstart", function (e) { $(document).on("dragstart", function (e) {
return false; return false;
}); });
</script> </script>
<!-- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> --> <!-- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> -->
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.3&key=86f2f611126f36b93cf2ef280300524f&plugin=AMap.CitySearch"></script> <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.3&key=86f2f611126f36b93cf2ef280300524f&plugin=AMap.CitySearch"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>athena</title> <title>athena</title>
</head> </head>
<body oncontextmenu="return false;"></body> <body oncontextmenu="return false;">
<noscript> <noscript>
<strong>We're sorry but athena doesn't work properly without JavaScript enabled. Please enable it to <strong>We're sorry but athena doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong> continue.</strong>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment