![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/storage/framework/views/ |
<?php $__env->startSection('js'); ?> <script type="text/javascript"> $(document).ready(function () { $(document).on('keyup change drop paste', '#two_factor_auth_enabled', function () { if ($(this).prop('checked')) { $('#2fa-details').fadeIn(); } else { $('#2fa-details').fadeOut(); } }); function refresh_address(data) { $('#profile_addresses').html(data.address_list); $('#profile_addresses input').val(""); $('#profile_addresses select').val(""); } }); </script> <?php $__env->stopSection(); ?> <?php /**PATH /home/corals/medad.corals.io/Corals/core/User/resources/views/users/profile/scripts.blade.php ENDPATH**/ ?>