| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ | |||
| 50 | 50 | var includes = (targetScript.getAttribute('include') || "").split(","); | |
| 51 | 51 | var excludes = (targetScript.getAttribute('exclude') || "").split(","); | |
| 52 | 52 | // 在线 | |
| 53 | - if (!inArray(excludes, 'ol') && !inArray(includes, 'ol-debug') && !inArray(includes, 'ol4')) { | ||
| 53 | + if (!inArray(excludes, 'ol') && !inArray(includes, 'ol-debug') && !inArray(includes, 'ol@4.6.5')) { | ||
| 54 | 54 | inputCSS("https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.1.1/css/ol.css"); | |
| 55 | 55 | inputScript("https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.1.1/build/ol.js"); | |
| 56 | 56 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments