From f85559735b794682057e5b8d3854373f4d10dbb9 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Tue, 14 Oct 2025 23:22:00 +0000 Subject: Remove 'App.byId()', which was essentially an alias of 'document.getElementById()'. --- classes/Pref_System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Pref_System.php') diff --git a/classes/Pref_System.php b/classes/Pref_System.php index 7946dc293..1839c4a51 100644 --- a/classes/Pref_System.php +++ b/classes/Pref_System.php @@ -209,7 +209,7 @@ class Pref_System extends Handler_Administrative { evt.preventDefault(); if (this.validate()) { xhr.json("backend.php", this.getValues(), (reply) => { - const msg = App.byId("mail-test-result"); + const msg = document.getElementById("mail-test-result"); if (reply.rc) { msg.innerHTML = __("Mail sent."); -- cgit v1.2.3-54-g00ecf