defc7943 by Jeff Balicki

d

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