27c89db6 by Jeff Balicki

33

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