From 79f5280f3d69bc3ed456157ffa555659dd339ed5 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 29 Mar 2025 17:50:43 +0100 Subject: [PATCH] AdminerCodemirror: Simplify code --- plugins/codemirror.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codemirror.php b/plugins/codemirror.php index f7c05070..db62affe 100644 --- a/plugins/codemirror.php +++ b/plugins/codemirror.php @@ -72,7 +72,7 @@ for (const el of qsa('textarea')) { hintOptions: { completeSingle: false, tables: , - defaultTable: + defaultTable: } }); cm.setSize(width, height); -- 2.39.5