Server IP : 104.21.38.3 / Your IP : 162.158.108.169 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/caldera-forms/assets/css/ie7/ |
Upload File : |
/* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */ /* The script tag referencing this file must be placed before the ending body tag. */ /* Use conditional comments in order to target IE 7 and older: <!--[if lt IE 8]><!--> <script src="ie7/ie7.js"></script> <!--<![endif]--> */ (function() { function addIcon(el, entity) { var html = el.innerHTML; el.innerHTML = '<span style="font-family: \'cfont\'">' + entity + '</span>' + html; } var icons = { 'cfont-credit-card': '', 'cfont-slack': '', 'cfont-envelope-square': '', 'cfont-wordpress': '', 'cfont-ra': '', 'cfont-rebel': '', 'cfont-resistance': '', 'cfont-paypal': '', 'cfont-cc-visa': '', 'cfont-cc-mastercard': '', 'cfont-cc-discover': '', 'cfont-cc-amex': '', 'cfont-cc-paypal': '', 'cfont-cc-stripe': '', '0': 0 }, els = document.getElementsByTagName('*'), i, c, el; for (i = 0; ; i += 1) { el = els[i]; if(!el) { break; } c = el.className; c = c.match(/cfont-[^\s'"]+/); if (c && icons[c[0]]) { addIcon(el, icons[c[0]]); } } }());