diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2021-10-26 01:02:27 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2021-10-26 01:02:27 +0300 |
commit | c774b14e04d3bf57c337a5b6a6f8d871e0160e80 (patch) | |
tree | a58281c0800a6f25c698b1c6d2d4c3a60ddb3fa9 /media/js/QM_helper.js | |
parent | b6bbec235c2f14f058b25ed82644f37013872ee3 (diff) | |
download | troggle-c774b14e04d3bf57c337a5b6a6f8d871e0160e80.tar.gz troggle-c774b14e04d3bf57c337a5b6a6f8d871e0160e80.tar.bz2 troggle-c774b14e04d3bf57c337a5b6a6f8d871e0160e80.zip |
remove unused JS code after checking it is redundant
Diffstat (limited to 'media/js/QM_helper.js')
-rw-r--r-- | media/js/QM_helper.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media/js/QM_helper.js b/media/js/QM_helper.js index 69b6ede..f8b9201 100644 --- a/media/js/QM_helper.js +++ b/media/js/QM_helper.js @@ -1,5 +1,8 @@ $(document).ready(function(){
-
+/* This file is ONLY referred to in core/admin.py which configures the Django Admin control panel.
+ but the link is outdated and is not live . So whatever it does, is not active
+ the whole QM thing needs redesigning anyway, see https://expo.survex.com/handbook/troggle/scriptsqms.html */
+
/*begin ajax query stuff for getting next QM number*/
$('.number:first').append("<a href='javascript:void(0)' class='next_qm_link'>get next number</a>");
|