|
|
@@ -44,7 +44,7 @@ function loadCallStatsAPI() {
|
|
44
|
44
|
function loadAnalytics(customScriptUrl) {
|
|
45
|
45
|
// if we have a custom script url passed as parameter we don't want to
|
|
46
|
46
|
// search it relatively near the library
|
|
47
|
|
- JitsiMeetJS.util.ScriptUtil.loadScript(
|
|
|
47
|
+ ScriptUtil.loadScript(
|
|
48
|
48
|
customScriptUrl ? customScriptUrl : 'analytics.js',
|
|
49
|
49
|
/* async */ true,
|
|
50
|
50
|
/* prepend */ false,
|