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 'misc/others/geoipUpdateRows.php')
-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; ?>;