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:
authorStefan Giehl <stefan@matomo.org>2021-02-15 01:49:01 +0300
committerGitHub <noreply@github.com>2021-02-15 01:49:01 +0300
commit0f633688291a2173c8bcff97c027ef29ec7f444c (patch)
treef718b3d08eb58ba61212d3eb336f2645a87b4429 /plugins/Overlay
parent0e9580d876667daafa33ad8813b383c7e8a41550 (diff)
fix jquery location in page overlay (#17217)
Diffstat (limited to 'plugins/Overlay')
-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();