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