Suppress call to loadCurrentSettings (deprecated)

This commit is contained in:
billz
2025-07-14 02:27:01 -07:00
parent 7a0b93a0e8
commit 7fceaf536c

View File

@@ -43,7 +43,7 @@ function setupTabs() {
var target = $(e.target).attr('href');
if(!target.match('summary')) {
var int = target.replace("#","");
loadCurrentSettings(int);
// loadCurrentSettings(int);
}
});
}