[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
simkeu
/
login
/
scripts
/
extras
/
[
Home
]
File: syntax-highlighting.js
'use strict'; /** * @author Batch Themes Ltd. */ (function() { $(function() { if (!element_exists('#extras-syntax-highlighting')) { return false; } $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); })();