We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168ebb0 commit e9878aeCopy full SHA for e9878ae
integrations/walkme/lib/index.js
@@ -69,7 +69,7 @@ WalkMe.prototype.initialize = function() {
69
}
70
71
var bucket = (this.options.customDirectory) ? this.options.customDirectory : 'users';
72
- var url = `https://cdn.walkme.com/${bucket}/${walkMeSystemId}/${env}/walkme_${sriSuffix}${walkMeSystemId}_https.js`;
+ var url = 'https://cdn.walkme.com/' + bucket + '/' + walkMeSystemId + '/' + env + '/walkme_' + sriSuffix + walkMeSystemId + '_https.js';
73
74
this.load({
75
url,
0 commit comments