ÿØÿà JFIF ` ` ÿþ
Server : Apache/2 System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 User : benhviencoc7 ( 1008) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/benhviencoc7/public_html/data/javascripts/ |
Upload File : |
var date = new Date(); date.setTime(date.getTime() + (60000*60)); $(function(){ if($.cookie('lang')=='EN'){ langEN(); } if($.cookie('lang')=='VI'){ langVN(); } }) function langVN(){ $.cookie('lang', null, { path: '/', expires: date }); location.reload(); } function langEN(){ $(document).translate('english'); $.cookie('lang', 'EN', { path: '/', expires: date }); }