fix(client): error when pressing template switch help (fixes #570)

This commit is contained in:
Elian Doran 2024-12-19 00:59:42 +02:00
parent 1a5e2519df
commit b3b7c4ebea
No known key found for this signature in database

View File

@ -22,7 +22,6 @@ export default class TemplateSwitchWidget extends SwitchWidget {
this.$switchOffButton.attr("title", t("template_switch.toggle-off-hint"));
this.$helpButton.attr("data-help-page", "template.html").show();
this.$helpButton.on('click', e => utils.openHelp($(e.target)));
}
async switchOn() {