defc7943 by Jeff Balicki

d

1 parent 27c89db6
...@@ -352,7 +352,7 @@ function getInputFormValues($validation, $name) { ...@@ -352,7 +352,7 @@ function getInputFormValues($validation, $name) {
352 }else if (type == "newsletter") { 352 }else if (type == "newsletter") {
353 353
354 $.ajax({ 354 $.ajax({
355 url : location.protocol+"//"+window.location.hostname+"/wp-content/themes/cbv/assets/css/custom-editor-style.css", 355 url : window.location.protocol+"//"+window.location.hostname+"/wp-content/themes/cbv/assets/css/custom-editor-style.css",
356 dataType: "text", 356 dataType: "text",
357 success : function (result) { 357 success : function (result) {
358 358
......