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:
@@ -49,7 +49,7 @@ function change_rp_sel()
|
||||
function GetExistingDirsAsDiv( dt, divname, ptype )
|
||||
{
|
||||
$.ajax({
|
||||
type: 'POST', data: null, url: '/getexistingpaths/'+dt,
|
||||
type: 'POST', data: null, url: '/get_existing_paths/'+dt,
|
||||
success: function(data) {
|
||||
$('#'+divname).html(data)
|
||||
dirs = JSON.parse(data)
|
||||
|
||||
Reference in New Issue
Block a user