0.3.11
This commit is contained in:
parent
2b9091e4a0
commit
78f38c3d3c
@ -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){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user