[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
simkeu
/
login
/
scripts
/
ui
/
[
Home
]
File: counters.js
'use strict'; /** * @author Batch Themes Ltd. */ (function() { $(function() { if (!element_exists('#ui-counters')) { return false; } $('.counter-up-example').counterUp({ delay: 1, time: 1000 }); }); })();