diff app/assets/javascripts/boot.js @ 218:010bfb3a3463

Somehow nuked the hash_magic init.
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:53:14 +0900
parents 22c4b5f90e24
children f057e8c78e50
line wrap: on
line diff
--- a/app/assets/javascripts/boot.js	Sun May 12 02:52:49 2013 +0900
+++ b/app/assets/javascripts/boot.js	Sun May 12 02:53:14 2013 +0900
@@ -6,5 +6,6 @@
 $(document).ready(function() {
   zp.formatter.init()
   zp.viewer_width.init()
+  zp.hash_magic.init()
   zp.new.init()
 })