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 05:30:18 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-20 05:30:18 +0400
commit9946f0eff353f9c5bf4712fffc3c982ca34bfba7 (patch)
tree32d87d7bd5b0bd8308436230d5c04f8ccadf48e9 /misc/others
parent9b6e151c5ea742f47d7939241875f0948ba69e34 (diff)
refs #6469 forgot to commit this file
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 b90a2d376c..a7564d25ba 100755
--- a/misc/others/geoipUpdateRows.php
+++ b/misc/others/geoipUpdateRows.php
@@ -33,7 +33,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/jquery.js"></script>
+ <script type="text/javascript" src="../../libs/jquery/dist/jquery.min.js"></script>
<script type="text/javascript">
(function ($) {
var count = <?php echo $count; ?>;