From 5652b9b66a8889bad24844ac5dd26cc258cd6a5a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 7 Nov 2023 18:35:21 +0200 Subject: [PATCH] Javascript how it is. --- media/js/readme.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/media/js/readme.txt b/media/js/readme.txt index 339dfd7..36ebcd4 100644 --- a/media/js/readme.txt +++ b/media/js/readme.txt @@ -12,6 +12,16 @@ http://localhost:8000/pathsreport to check JSLIB_ROOT /mnt/c/EXPO/troggle/media/jslib JSLIB_URL /javascript/ +Troggle uses CaveView in to display survex .3d files. +On the server CaveView is loaded in the proper Debian place for them, not part of the troggle +code tree. So there is no copy of them here. + +There are JS snippets loaded from within the template .html files. These are in the troggle +code tree repo. + +CodeMirror loader IS in the troggle repo, and is loaded from templates/html_editor>scripts.css +and the CodeMirror JS IS in the troggle repo in media/js/CodeMirror + jquery seems to have been only used for a popup menuing system used for all the troggle reports which was deleted by philip sargent as confusing and unnecessary in Spring 2020.