29a7084c by Jeff Balicki

d

1 parent 8c27f65f
......@@ -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 : "https://"+window.location.hostname+"/wp-content/themes/cbv/assets/css/custom-editor-style.css",
dataType: "text",
success : function (result) {
var style = '<style>'+result+'</style>';
......