From c774b14e04d3bf57c337a5b6a6f8d871e0160e80 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 26 Oct 2021 01:02:27 +0300 Subject: remove unused JS code after checking it is redundant --- media/js/QM_helper.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'media/js/QM_helper.js') 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("get next number"); -- cgit v1.2.3