mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
batch editor: comment out getChildByName
This commit is contained in:
@@ -301,7 +301,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dojo/_b
|
|||||||
try {
|
try {
|
||||||
const dialog = new fox.SingleUseDialog({
|
const dialog = new fox.SingleUseDialog({
|
||||||
title: __("Edit Multiple Feeds"),
|
title: __("Edit Multiple Feeds"),
|
||||||
getChildByName: function (name) {
|
/*getChildByName: function (name) {
|
||||||
let rv = null;
|
let rv = null;
|
||||||
this.getChildren().forEach(
|
this.getChildren().forEach(
|
||||||
function (child) {
|
function (child) {
|
||||||
@@ -311,7 +311,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dojo/_b
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
return rv;
|
return rv;
|
||||||
},
|
},*/
|
||||||
toggleField: function (checkbox) {
|
toggleField: function (checkbox) {
|
||||||
const name = checkbox.attr("data-control-for");
|
const name = checkbox.attr("data-control-for");
|
||||||
const target = dijit.getEnclosingWidget(dialog.domNode.querySelector(`input[name="${name}"]`));
|
const target = dijit.getEnclosingWidget(dialog.domNode.querySelector(`input[name="${name}"]`));
|
||||||
|
|||||||
Reference in New Issue
Block a user