1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-06 08:53:42 +03:00
django-rest-framework/docs_theme/js/theme.js
2014-12-10 11:34:26 +00:00

6 lines
77 B
JavaScript

$(function(){
$('pre code').parent().addClass('prettyprint well');
});