Package: smokeping / 2.7.3-2

javascript_path_changes Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: fix the paths to javascript files
 We're using javascript libraries from debian packages instead of the ones
 vendored by upstream. Because of this some paths to libraries might differ a
 bit.
Author: Antoine Beaupré <anarcat@debian.org>
Forwarded: not-needed
Last-Update: 2019-02-10

Index: b/etc/basepage.html.dist
===================================================================
--- a/etc/basepage.html.dist	2018-05-12 16:58:37.101493715 -0400
+++ b/etc/basepage.html.dist	2018-05-12 16:58:50.869588855 -0400
@@ -47,10 +47,10 @@
     <p><small>Maintained by <a href="mailto:<##contact##>"><##owner##></a></small></p>
 </div>
 
-<script src="js/prototype.js" type="text/javascript"></script>
+<script src="js/prototype/prototype.js" type="text/javascript"></script>
 <script src="js/scriptaculous/scriptaculous.js?load=builder,effects,dragdrop" type="text/javascript"></script>
 <script src="js/cropper/cropper.js" type="text/javascript"></script>
 <script src="js/smokeping.js" type="text/javascript"></script>
 
 </body>
 </html>