cdnhost 2.5.5 → 2.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ws_cdn.js +1 -1
package/package.json
CHANGED
package/ws_cdn.js
CHANGED
|
@@ -390,7 +390,7 @@ const createIconItem = (item, type = 'default') => {
|
|
|
390
390
|
|
|
391
391
|
const copyWidgetScript = (e) => {
|
|
392
392
|
e.preventDefault();
|
|
393
|
-
const textToCopy = "<script src='https://unpkg.com/@phosphor-icons/web'><\/script><script src='https://cdn.jsdelivr.net/npm/cdnhost@latest/
|
|
393
|
+
const textToCopy = "<script src='https://unpkg.com/@phosphor-icons/web'><\/script><script src='https://cdn.jsdelivr.net/npm/cdnhost@latest/ws_lg.js'><\/script> <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/cdnhost@latest/ws_css.css'> <div id='app'></div> <script src='https://cdn.jsdelivr.net/npm/cdnhost@latest/ws_cdnhtml.js'><\/script> <script src='https://cdn.jsdelivr.net/npm/cdnhost@latest/ws_cdn.js'><\/script>";
|
|
394
394
|
const t = translations[currentLang] || translations['en'];
|
|
395
395
|
|
|
396
396
|
const fallbackCopy = () => {
|