From 37d22d7359e8d309322637724c1e54b18b6a7642 Mon Sep 17 00:00:00 2001 From: achf01 Date: Fri, 23 Jan 2026 14:41:53 +0100 Subject: [PATCH] change code-pad to code --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 120b90a87..705948e80 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1377,7 +1377,7 @@ define([ var apps = { pad: 'richtext', - code: 'code-pad', + code: 'code', slide: 'slides', sheet: 'sheets', poll: 'poll',