Skip to content

Commit e9878ae

Browse files
committed
fix: dont use ES6
1 parent 168ebb0 commit e9878ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/walkme/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ WalkMe.prototype.initialize = function() {
6969
}
7070

7171
var bucket = (this.options.customDirectory) ? this.options.customDirectory : 'users';
72-
var url = `https://cdn.walkme.com/${bucket}/${walkMeSystemId}/${env}/walkme_${sriSuffix}${walkMeSystemId}_https.js`;
72+
var url = 'https://cdn.walkme.com/' + bucket + '/' + walkMeSystemId + '/' + env + '/walkme_' + sriSuffix + walkMeSystemId + '_https.js';
7373

7474
this.load({
7575
url,

0 commit comments

Comments
 (0)