mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-07 01:54:36 +02:00
first commit
This commit is contained in:
13
js/viewer.js
Normal file
13
js/viewer.js
Normal file
@ -0,0 +1,13 @@
|
||||
// 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);
|
Reference in New Issue
Block a user