We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e1917 commit 5a5e77dCopy full SHA for 5a5e77d
app/assets/javascripts/webchat/library.js
@@ -21,7 +21,7 @@
21
22
function init () {
23
if (!availabilityUrl || !openUrl) {
24
- throw Error.new('urls for webchat not defined')
+ throw Error.new('urls for webchat not defined', window.location.href)
25
}
26
27
if (openButton) {
0 commit comments