We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c943ec commit a038021Copy full SHA for a038021
public/js/admin/functions.js
@@ -40,7 +40,7 @@ function removeRow(element, elementName = false) {
40
}
41
42
43
-function clearFeaturedMedia(id = "featured-image") {
+function clearMedia(id = "featured-image") {
44
document.getElementById(id + "-input").value = "";
45
document.getElementById(id + "-thumb").setAttribute("src","img/placeholder.svg");
46
0 commit comments