From 6cf38229b54efbbc3ae7bc174c3999f9dfa7b1d2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 18 Feb 2024 08:10:09 -0500 Subject: Html templates update (#707) * Simplify display template loading * Add helper * Rename file * Rename for simplicity * Create templates file * Load * Remove templates * Move permissions templates * Remove "templates" from comments * Fix prepare --- ext/js/comm/api.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ext/js/comm') diff --git a/ext/js/comm/api.js b/ext/js/comm/api.js index f07702da..30fcfc29 100644 --- a/ext/js/comm/api.js +++ b/ext/js/comm/api.js @@ -209,13 +209,6 @@ export class API { return this._invoke('clipboardGet', void 0); } - /** - * @returns {Promise>} - */ - getDisplayTemplatesHtml() { - return this._invoke('getDisplayTemplatesHtml', void 0); - } - /** * @returns {Promise>} */ -- cgit v1.2.3