}
refresh_table = false;
$(id).parent().empty().append(content);
$(id).replaceWith(content);
},
error => {
console.warn("Something wrong happened: %s".format(error));
-