django-rest-framework/js/theme.js
2014-12-10 14:29:33 +00:00

6 lines
77 B
JavaScript

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