mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-12 00:51:20 +02:00
14 lines
278 B
JavaScript
14 lines
278 B
JavaScript
// Generated by CoffeeScript 1.4.0
|
|
(function() {
|
|
|
|
$(function() {
|
|
$('#content pre code').each(function(i, el) {
|
|
return hljs.highlightBlock(el);
|
|
});
|
|
if (window.location.search.indexOf('print') !== -1) {
|
|
return window.print();
|
|
}
|
|
});
|
|
|
|
}).call(this);
|