view app/assets/javascripts/init.prettify.js @ 78:6ae3333a0251

Moved out link click listener from $(document).ready.
author Edho Arief <edho@myconan.net>
date Sun, 07 Oct 2012 16:05:30 +0700
parents 1833de28583a
children
line wrap: on
line source

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