changeset 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 33b47c2160a3
children 285cce9725bf
files app/assets/javascripts/init.prettify.js
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/assets/javascripts/init.prettify.js	Thu Oct 04 06:59:33 2012 +0700
@@ -0,0 +1,3 @@
+$(document).ready(function() {
+  window.prettyPrint && prettyPrint();
+});