We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e809e53 commit 073558aCopy full SHA for 073558a
source
themes/Icarus/layout/widget/marker_map.ejs
@@ -2,7 +2,7 @@
2
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise%2CIntersectionObserver"></script>
3
4
<script src="https://cdn.jsdelivr.net/npm/dom-renderer"></script>
5
-<script src="https://cdn.jsdelivr.net/npm/web-cell"></script>
+<script src="https://cdn.jsdelivr.net/npm/web-cell@1.2.3"></script>
6
<script src="//webapi.amap.com/maps?v=1.4.15&key=<%= config.amap.key %>&plugin=AMap.Geocoder,AMap.AdvancedInfoWindow"></script>
7
8
<template><%= JSON.stringify( markers ) %></template>
0 commit comments