We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72ad6e commit f63322dCopy full SHA for f63322d
assets/webconfig/js/content_dashboard.js
@@ -182,7 +182,6 @@ $(document).ready(function () {
182
$("#general_comp_" + componentName).bootstrapToggle(isInstanceEnabled ? "enable" : "disable");
183
184
$("#general_comp_" + componentName).change(function () {
185
- const componentName = componentName;
186
const isChecked = $(this).prop('checked');
187
requestSetComponentState(componentName, isChecked);
188
});
0 commit comments