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:
authorsgiehl <stefan@piwik.org>2015-01-18 17:20:34 +0300
committersgiehl <stefan@piwik.org>2015-01-18 17:20:59 +0300
commitadcf4f0e8642287ceeb28ca0e07dda9a9efad00d (patch)
treea807807280b9f3d24da4c1dc3066d2348a5c8856 /misc/others
parentd9f551bc0c0ec672404f49baa580f794c199a012 (diff)
fixes #7028 - fixed jquery path
Diffstat (limited to 'misc/others')
-rwxr-xr-xmisc/others/geoipUpdateRows.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/others/geoipUpdateRows.php b/misc/others/geoipUpdateRows.php
index f7b5473c3c..44a0802390 100755
--- a/misc/others/geoipUpdateRows.php
+++ b/misc/others/geoipUpdateRows.php
@@ -34,7 +34,7 @@ if (!Common::isPhpCliMode()) {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
- <script type="text/javascript" src="../../libs/jquery/dist/jquery.min.js"></script>
+ <script type="text/javascript" src="../../libs/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript">
(function ($) {
var count = <?php echo $count; ?>;