mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-29 20:32:12 +02:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
|
|
$( document ).ready(function() {
|
|
$('pre code').parent().addClass('prettyprint well');
|
|
prettyPrint();
|
|
});
|