1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-12 00:51:20 +02:00
Files
php-debugbar/js/viewer.js
2013-06-13 18:47:17 +08:00

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);