Skip to content

Commit

Permalink
Merge pull request #41 from bosonprotocol/fix-widget-script
Browse files Browse the repository at this point in the history
fix widget script
  • Loading branch information
levalleux-ludo committed Aug 10, 2023
2 parents 2574ebb + 64ef5d3 commit f64d397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/boson-widgets.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const constants = {
scriptName: "boson-widgets.js", // the name of the current file
scriptName: "scripts/boson-widgets.js", // the path/name to the current script file
css: {
modalClass: "bosonModal",
loadingClass: "bosonLoading"
Expand Down

0 comments on commit f64d397

Please sign in to comment.