summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
commita68b15060195b42eea36f29d2837bb920e35f07a (patch)
treed7df0deae0b0b0d3974e66fd3c5abd6ead029b35 /js/CommonDialogs.js
parente5dfc20939a74674fb01fa4688c7dbe1800bc22d (diff)
remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index 69a975254..2b7ee8a7f 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -179,7 +179,7 @@ define(["dojo/_base/declare"], function (declare) {
title: __("Feeds with update errors"),
style: "width: 600px",
getSelectedFeeds: function () {
- return Tables.getSelected("prefErrorFeedList");
+ return Tables.getSelected("error-feeds-list");
},
removeSelected: function () {
const sel_rows = this.getSelectedFeeds();