Skip to content

Commit

Permalink
Deploying to gh-pages from @ cc1225b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
danyill committed Sep 25, 2024
1 parent a35e990 commit 89c9a9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<!-- tag::plugins[] -->
<open-scd
plugins='{
"menu":
"menu":
[
{"name": "Open File", "translations": {"de": "Datei öffnen"}, "icon": "folder_open", "active": true, "src": "https://openscd.github.io/oscd-open/oscd-open.js"},
{"name": "Open File", "translations": {"de": "Datei öffnen"}, "icon": "folder_open", "active": true, "src": "https://openscd.github.io/oscd-open/oscd-open.js"},
{"name": "Save File", "translations": {"de": "Datei speichern"}, "icon": "save", "active": true, "src": "https://openscd.github.io/oscd-save/oscd-save.js"}
],
"editor":
"editor":
[
{"name": "Supervision", "translations": {"de": "Überwachung", "pt":"Supervisão"}, "icon": "ecg", "active": true, "src": "oscd-supervision.js"}
]
Expand All @@ -42,7 +42,7 @@
</script>

<script type="module">
import 'https://openscd.github.io/open-scd-core/open-scd.js';
import 'https://omicronenergyoss.github.io/open-scd-core/open-scd.js';
// import 'open-scd-core/open-scd.js'
// TODO: Could also use: jsdelivr or unpkg

Expand Down

0 comments on commit 89c9a9f

Please sign in to comment.