Skip to content

Commit 8ae6684

Browse files
committed
Adds missing build artifacts
See: 2a2a031
1 parent 895eee9 commit 8ae6684

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dist/angular-zendesk-widget.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
}
1111

1212
var window = $window;
13+
1314
// Following is essentially a copy paste of JS portion of the Zendesk embed code
1415
// with our settings subbed in. For more info, see:
1516
// https://support.zendesk.com/hc/en-us/articles/203908456-Using-Web-Widget-to-embed-customer-service-in-your-website
1617

17-
// Note that JSHint ignore is not working in latest release, so can't actually turn
18-
// on JSHint yet. See https://github.com/jshint/jshint/issues/2411
19-
/* jshint ignore:start */
18+
/*eslint-disable */
2019

2120
window.zEmbed || function(e, t) {
2221
var n, o, d, i, s, a = [],
@@ -35,7 +34,7 @@
3534
}, o.write('<body onload="document._l();">'), o.close()
3635
}("https://assets.zendesk.com/embeddable_framework/main.js", zendeskWidgetSettings.accountUrl);
3736

38-
/* jshint ignore:end */
37+
/*eslint-enable */
3938

4039
$window.zE(function() {
4140
zendeskWidgetSettings.beforePageLoad($window.zE);

0 commit comments

Comments
 (0)