From 78f38c3d3c06c1795189f30e09fa0643b4c4611f Mon Sep 17 00:00:00 2001 From: Garrett Date: Sun, 22 Nov 2020 23:18:29 +0000 Subject: [PATCH] 0.3.11 --- assets/pages/jquery.templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/pages/jquery.templates.js b/assets/pages/jquery.templates.js index b05ca61..04f4b18 100755 --- a/assets/pages/jquery.templates.js +++ b/assets/pages/jquery.templates.js @@ -1579,7 +1579,7 @@ function initializeTemplateCatalog(){ data = JSON.stringify(data); //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 responseJSON = JSON.parse(response); if ($(responseJSON.error).size() > 0){