d
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment