Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Overlay/client/client.js')
-rw-r--r--plugins/Overlay/client/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/client/client.js b/plugins/Overlay/client/client.js
index c5e75b6ec2..9b181d503a 100644
--- a/plugins/Overlay/client/client.js
+++ b/plugins/Overlay/client/client.js
@@ -46,7 +46,7 @@ var Matomo_Overlay_Client = (function () {
callback();
}
else {
- Matomo_Overlay_Client.loadScript('libs/bower_components/jquery/dist/jquery.min.js', function () {
+ Matomo_Overlay_Client.loadScript('node_modules/jquery/dist/jquery.min.js', function () {
$ = jQuery;
jQuery.noConflict();
callback();