⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.97
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 :
~
/
usr
/
share
/
psa-horde
/
ingo
/
js
/
Edit File: rule.js
/** * Provides the javascript for the rule view. * * @author Michael Slusarz <slusarz@horde.org> * @copyright 2014-2015 Horde LLC * @license ASL (http://www.horde.org/licenses/apache) */ var IngoRule = { delete_condition: function(num) { $('actionID').setValue('rule_delete'); $('conditionnumber').setValue(num); $('rule').submit(); return true; }, onDomLoad: function() { $('all', 'any').invoke('observe', 'click', function(e) { e.stop(); $('rule').submit(); }); $('rule').on('change', 'SELECT', function(e) { e.stop(); $('rule').submit(); }); $('rule_save').observe('click', function(e) { e.stop(); $('actionID').setValue('rule_save'); $('rule').submit(); }); $('rule_cancel').observe('click', function(e) { e.stop(); document.location.href = this.filtersurl; }.bind(this)); } }; document.observe('dom:loaded', IngoRule.onDomLoad.bind(IngoRule));
Simpan