Skip to content

Commit

Permalink
Update to DSW Integration SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Feb 28, 2024
1 parent 28acf97 commit ce67477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/smp_importer/static/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const importer = new DSWImporter()
const importer = new dsw.Importer()

importer
.init({
Expand Down
2 changes: 1 addition & 1 deletion src/smp_importer/templates/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/@ds-wizard/importer-sdk/lib/index.js"></script>
<script src="https://unpkg.com/@ds-wizard/integration-sdk/lib/index.js"></script>
{% if development %}
<script>
if (!window.opener || !window.opener.postMessage) {
Expand Down

0 comments on commit ce67477

Please sign in to comment.