From 7fceaf536ccf798fd3d6e14f00648109b1a69473 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 14 Jul 2025 02:27:01 -0700 Subject: [PATCH] Suppress call to loadCurrentSettings (deprecated) --- app/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/custom.js b/app/js/custom.js index 3e8a7c58..85babd07 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -43,7 +43,7 @@ function setupTabs() { var target = $(e.target).attr('href'); if(!target.match('summary')) { var int = target.replace("#",""); - loadCurrentSettings(int); + // loadCurrentSettings(int); } }); }