Skip to content

Commit

Permalink
Added args to dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalvom committed Dec 27, 2019
1 parent e42857e commit c84a3a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/articulate-chatbot-widget.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const plugin = {
connectionId={args.connectionId}
botAvatarURL={args.botAvatarURL}
userAvatarURL={args.userAvatarURL}
clearItemMenuLabel={args.clearItemMenuLabel}
restartItemMenuLabel={args.restartItemMenuLabel}
closeItemMenuLabel={args.closeItemMenuLabel}
inputPlaceholder={args.inputPlaceholder}
/>, document.querySelector(args.selector)
);
}
Expand Down

0 comments on commit c84a3a7

Please sign in to comment.