summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-02 12:31:00 +0300
committerAndrew Dolgov <[email protected]>2023-04-02 12:31:00 +0300
commit521ac622e4c1879c49ca8fd15bb53c8ec6e43323 (patch)
treeecf5d9a1b6064ef87a3c0c2828c86519f23a8d3c
parentf0e0f7d5f5e7933af5b51d0810d35de346f86604 (diff)
parentc2d8ba597393d0abdcef10e0079f3f85b72dbee0 (diff)
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
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 = {
<input style="display: none" type="file" onchange="App.dialogOf(this).uploadIcon(this)">
</label>
- ${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+")"})}
</div>
<div dojoType="dijit.layout.ContentPane" title="${__('Plugins')}">
${reply.plugin_data}