From fc5ff4815ba18adadcf9c34283f62bc0390a03c6 Mon Sep 17 00:00:00 2001 From: Olivier Gayot <olivier.gayot@sigexec.com> Date: Thu, 23 Dec 2021 23:23:03 +0100 Subject: Depend on libjs-jquery instead of shipping jquery files Although they are bundled in the Python package, the jQuery files are removed from the final Debian package. The dependency on libjs-jquery is used to provide an up-to-date jQuery library. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> --- usr/share/swiftstory/www/swiftstory-desktop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/share/swiftstory/www/swiftstory-desktop.html') diff --git a/usr/share/swiftstory/www/swiftstory-desktop.html b/usr/share/swiftstory/www/swiftstory-desktop.html index 10706af..9d4fe87 100644 --- a/usr/share/swiftstory/www/swiftstory-desktop.html +++ b/usr/share/swiftstory/www/swiftstory-desktop.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>SwiftStory</title> <link rel="stylesheet" href="swiftstory-common.css"> - <script src="jquery.js"></script> + <script src="/javascript/jquery/jquery.min.js"></script> <script src="swiftstory-common.js"></script> <script src="swiftstory-desktop.js"></script> </head> -- cgit v1.2.3