Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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).

Logs
  • 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