mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-21 14:07:42 +01:00
dont setup all toggles just account tooltips
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user