Deleted error logs
This commit is contained in:
@@ -18,7 +18,7 @@ jQuery(document).ready(function ($) {
|
||||
$.post(woocommerce_admin_meta_boxes.ajax_url, data, function (response) {
|
||||
|
||||
if ('' !== response.markup) {
|
||||
|
||||
$container.children("div").remove();
|
||||
$container.append(response.markup);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user