dont setup all toggles just account tooltips

This commit is contained in:
Barış Soner Uşaklı
2026-02-18 13:36:04 -05:00
parent 053ce073db
commit 2dc83bbd96

View File

@@ -20,7 +20,7 @@ define('forum/account/settings', [
savedSkin = $('#bootswatchSkin').length && $('#bootswatchSkin').val();
header.init();
$('[data-bs-toggle]').tooltip();
$('.account [data-bs-toggle="tooltip"]').tooltip();
$('#submitBtn').on('click', function () {
const settings = loadSettings();