mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 22:14:06 +03:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
$(function(){
|
|
|
|
$('pre code').parent().addClass('prettyprint well');
|
|
|
|
});
|