This commit is contained in:
Garrett 2020-11-22 23:18:29 +00:00
parent 2b9091e4a0
commit 78f38c3d3c

View File

@ -1579,7 +1579,7 @@ function initializeTemplateCatalog(){
data = JSON.stringify(data); data = JSON.stringify(data);
//Retrieve object details //Retrieve object details
$.post("https://patchcablemgr.com/public/template-catalog-details.php", {data:data}, function(response){ $.post("https://patchcablemgr.com/public/template-catalog-details-0-3-11.php", {data:data}, function(response){
var alertMsg = ''; var alertMsg = '';
var responseJSON = JSON.parse(response); var responseJSON = JSON.parse(response);
if ($(responseJSON.error).size() > 0){ if ($(responseJSON.error).size() > 0){