Rename API command to get_exports_table

This commit is contained in:
JonnyWong16 2020-09-27 15:40:11 -07:00
parent 9a7d6ea7d7
commit dd1dc00430
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 101 additions and 101 deletions

View file

@ -896,7 +896,7 @@ DOCUMENTATION :: END
function loadExportTable() {
// Build export table
export_table_options.ajax = {
url: 'get_library_export',
url: 'get_export_list',
type: 'POST',
data: function ( d ) {
return {

View file

@ -517,7 +517,7 @@ DOCUMENTATION :: END
function loadExportTable() {
// Build export table
export_table_options.ajax = {
url: 'get_library_export',
url: 'get_export_list',
type: 'POST',
data: function ( d ) {
return {