annotate app/assets/javascripts/init.prettify.js @ 56:8ef70e8c239d

Bootstrap-styled error message.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 05:04:30 +0700
parents f957ce997ff0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
55
f957ce997ff0 Added basic syntax highlighter.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 $(document).ready(function() {
f957ce997ff0 Added basic syntax highlighter.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 window.prettyPrint && prettyPrint()
f957ce997ff0 Added basic syntax highlighter.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 });