diff --git a/static/index.dev.html b/static/index.dev.html index 2d3d508dc..54ff02b3f 100644 --- a/static/index.dev.html +++ b/static/index.dev.html @@ -86,7 +86,7 @@ }; script.onload = () => { - global.Sonar.init(); + global.Flipper.init(); }; document.body.appendChild(script); diff --git a/static/index.html b/static/index.html index c9c3d300b..773570b77 100644 --- a/static/index.html +++ b/static/index.html @@ -15,7 +15,7 @@