Update schema mare
This commit is contained in:
parent
74b0e47559
commit
8b222ad05a
1 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,8 @@
|
||||||
stroke: #ccc;
|
stroke: #ccc;
|
||||||
fill: none;
|
fill: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -165,8 +167,7 @@
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function(){
|
document.addEventListener('DOMContentLoaded', function(){
|
||||||
map = this.getElementById('map');
|
map = this.getElementById('map');
|
||||||
paths = map.getElementsByTagName('path');
|
paths = map.getElementsByTagName('path');
|
||||||
|
|
Loading…
Reference in a new issue