changeset 218:010bfb3a3463

Somehow nuked the hash_magic init.
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:53:14 +0900
parents cbd5819d7468
children 56c4cd16d849
files app/assets/javascripts/boot.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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()
 })