Rename bulk-progress to bulk_progress

This commit is contained in:
Alex Ling
2020-12-14 11:54:25 +00:00
parent 341b586cb3
commit 4f6df5b9a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ const selectedIDs = () => {
const bulkProgress = (action, el) => {
const tid = $(el).attr('data-id');
const ids = selectedIDs();
const url = `${base_url}api/bulk-progress/${action}/${tid}`;
const url = `${base_url}api/bulk_progress/${action}/${tid}`;
$.ajax({
type: 'POST',
url: url,