mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
converted note source dialog to new pattern
This commit is contained in:
@@ -54,8 +54,6 @@ const TPL = `
|
||||
export default class AboutDialog extends BasicWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
|
||||
this.$dialog = this.$widget.find(".about-dialog");
|
||||
this.$appVersion = this.$widget.find(".app-version");
|
||||
this.$dbVersion = this.$widget.find(".db-version");
|
||||
this.$syncVersion = this.$widget.find(".sync-version");
|
||||
|
||||
Reference in New Issue
Block a user