���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/var/www/html/adimi/install/assets/js/ |
$(document).ready(function() { "use strict"; // Step 4 var wait = 120000; //120 seconds var time = 120; setInterval(function(){ $("#wait_msg").html("Please wait "+time+" second while installer importing database to phpmyadmin."); time--; }, 1000); setTimeout(function() { $("#wait_div").addClass('hide'); $(".logininfo").removeClass('hide'); }, wait); // Step Complete var wait2 = 3000; //3 second var time2 = 3; setInterval(function(){ $("#btn-before").html("You need to wait "+time2+" second before you can proceed"); time2--; }, 1000); setTimeout(function() { $("#btn-before").addClass('hide'); $("#btn-complete").removeClass('hide'); }, wait2); });