[PATCH 2/2] use system-installed jquery
authorNobuhiro Iwamatsu <iwamatsu@debian.org>
Sat, 4 Aug 2018 00:28:35 +0000 (09:28 +0900)
committerMo Zhou <lumin@debian.org>
Tue, 25 Feb 2025 05:55:44 +0000 (00:55 -0500)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Gbp-Pq: Name change_jquery.js_path

doc/header.html

index 69e8c0df171381e9d122548c8b3694ff901b925d..946e083b7999b9b7e9a2af6ab667854205fc0a01 100644 (file)
@@ -9,7 +9,7 @@
 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
 <link href="$relpath^opencv.ico" rel="shortcut icon" type="image/x-icon" />
 <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
-<script type="text/javascript" src="$relpath^jquery.js"></script>
+<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.js"></script>
 <script type="text/javascript" src="$relpath^dynsections.js"></script>
 <script type="text/javascript" src="$relpath^tutorial-utils.js"></script>
 $treeview