⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.216
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
.trash
/
assets.1
/
admin
/
js
/
View File Name :
packages.js
(function ($) { "use strict"; $('input[name="is_trial"]').on('change', function () { if ($(this).val() == 1) { $('#trial_day').show(); } else { $('#trial_day').hide(); } $('#trial_days').val(null); }); })(jQuery); "use strict"; $(document).ready(function () { $(".selectgroup-input").on('click', function () { var val = $(this).val() if (val == 'vCard') { if ($(this).is(":checked")) { $(".v-card-box").show(); } else { $(".v-card-box").hide(); } } }); if ($('#CourseManagement').prop('checked')) { $("#max_video_size").show(); $("#max_file_size").show(); } else { $("#max_video_size").hide(); $("#max_file_size").hide(); } $(document).on('click', '#CourseManagement', function () { const isChecked = $(this).is(':checked'); if (isChecked) { $("#max_video_size").show(); $("#max_file_size").show(); } else { $("#max_video_size").hide(); $("#max_file_size").hide(); } }); });