diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 03:05:51 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 03:05:51 +0100 |
| commit | 84b81c1af0e3a5f0fc15047074601398d3ff5b0d (patch) | |
| tree | 3624634334481a173fc47ba46ba20f2aa992f4a7 /htroot/Crawler_p.html | |
| parent | 731684105abfdf866a38e51b3e55a31778900759 (diff) | |
Switched more URLs to relative ones when possible.
This permits an easier and more flexible reverse proxy configuration.
Some related mantis issues : http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 92d417f4d..103d1e1dd 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -267,8 +267,8 @@ window.setInterval("setTableSize()", 1000); <td> <form style="float:right;" action="Crawler_p.html"><input type="submit" name="hidewebstructuregraph" class="btn btn-default btn-xs" value="hide graphic"/><form> </td></tr></table> -<script src="/js/d3.v3.min.js"></script> -<script src="/js/hypertree.js"></script> +<script src="js/d3.v3.min.js"></script> +<script src="js/hypertree.js"></script> <div id="linkstructure"></div> <script>$(document).ready(linkstructure("#[hosts]#", "#linkstructure", 1280, 720, 3000, 700));</script>:: <td> |
