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 dcc1a5e commit d4a5711Copy full SHA for d4a5711
dist/leaflet/include-leaflet.js
@@ -149,9 +149,9 @@
149
if (inArray(includes, 'iclient-plot-leaflet')) {
150
inputCSS(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet.css');
151
if (supportES6()) {
152
- inputScript(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet-es6.min.js');
+ inputScript(libsurl + '/plotting/leaflet/11.1.1/iclient-plot-leaflet-es6.min.js');
153
} else {
154
- inputScript(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet.min.js');
+ inputScript(libsurl + '/plotting/leaflet/11.1.1/iclient-plot-leaflet.min.js');
155
}
156
157
if (inArray(includes, 'ant-design-vue')) {
0 commit comments