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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-20 04:59:39 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-20 04:59:39 +0400
commit20c7801cf3ba4db2a4b9728e6043488a7d147b5d (patch)
tree6fc3527e298887e42da02b019fcfcc241843e5af /plugins/Overlay
parenta3063de9f47ac76df1804354cf08791846bddefb (diff)
refs #6469 some initial work for using bower
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 f791f8beb5..04b1f88f13 100644
--- a/plugins/Overlay/client/client.js
+++ b/plugins/Overlay/client/client.js
@@ -35,7 +35,7 @@ var Piwik_Overlay_Client = (function () {
callback();
}
else {
- Piwik_Overlay_Client.loadScript('libs/jquery/jquery.js', function () {
+ Piwik_Overlay_Client.loadScript('libs/bower_components/jquery/dist/jquery.min.js', function () {
$ = jQuery;
jQuery.noConflict();
callback();