Main public logs
More actions
Combined display of all available logs of Catglobe Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:09, 29 July 2025 Phuadmin@voxmeter.dk talk contribs created page Wiki/MediaWiki:Common.js (Created page with "$(function () { const key = 'cgkb-open-nodes'; // Hàm lưu node đang mở vào localStorage function saveOpenNodes() { const openNodes = []; $('.CategoryTreeNode:has(.CategoryTreeToggleOpen)').each(function () { const title = $(this).data('ct-title'); if (title) openNodes.push(title); }); localStorage.setItem(key, JSON.stringify(openNodes)); } // Hàm khôi phục trạng thái cây function restoreOpenNodes() { const openN...") Tag: Visual edit: Switched