diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 4cfc6ec70..a141c29be 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -599,7 +599,7 @@ const CommonDialogs = { - ${App.FormFields.submit_tag(App.FormFields.icon("delete") + " " + __("Remove"), {class: "alt-danger", onclick: "App.dialogOf(this).removeIcon("+feed_id+")"})} + ${App.FormFields.button_tag(App.FormFields.icon("delete") + " " + __("Remove"), "", {class: "alt-danger", onclick: "App.dialogOf(this).removeIcon("+feed_id+")"})}
${reply.plugin_data}