broad (small) changes to make style of all routes and jobs to be consistent, e.g. use underscords between words

This commit is contained in:
2023-01-15 23:17:59 +11:00
parent dc11a0697b
commit 4b1bbcb2bf
16 changed files with 88 additions and 86 deletions

View File

@@ -111,7 +111,7 @@
{% if search_term is defined %}
data+="&search_term={{search_term}}"
{% endif %}
$.ajax({ type: 'POST', data: data, url: '/viewlist', success: function(res){
$.ajax({ type: 'POST', data: data, url: '/view_list', success: function(res){
current=res.current
eids=res.eids
objs=res.objs