call tooltips on content

up harmony
This commit is contained in:
Barış Soner Uşaklı
2026-02-21 23:09:50 -05:00
parent aa4f4808b0
commit 59cb213b09
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
"nodebb-plugin-spam-be-gone": "2.3.2",
"nodebb-plugin-web-push": "0.7.6",
"nodebb-rewards-essentials": "1.0.2",
"nodebb-theme-harmony": "2.2.26",
"nodebb-theme-harmony": "2.2.27",
"nodebb-theme-lavender": "7.1.21",
"nodebb-theme-peace": "2.2.51",
"nodebb-theme-persona": "14.2.19",

View File

@@ -11,7 +11,7 @@ define('forum/post-queue', [
const PostQueue = {};
PostQueue.init = function () {
$('[data-bs-toggle="tooltip"]').tooltip();
$('#content [data-bs-toggle="tooltip"]').tooltip();
categoryFilter.init($('[component="category/dropdown"]'), {
privilege: 'moderate',