aboutsummaryrefslogtreecommitdiffstats
path: root/docs_theme/js/theme.js
blob: 73607be5eda14fdbb8bb049c824665ae390929fb (plain)
1
2
3
4
5
$(function(){

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

});