view app/assets/javascripts/init.prettify.js @ 59:1833de28583a

Turns out the init file is required.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 06:59:33 +0700
parents
children
line wrap: on
line source

$(document).ready(function() {
  window.prettyPrint && prettyPrint();
});