# HG changeset patch # User Edho Arief # Date 1368294794 -32400 # Node ID 010bfb3a346349302c548d7e80f8c828081cf759 # Parent cbd5819d7468dad1d705a9d1d3adc0eaefb47051 Somehow nuked the hash_magic init. diff -r cbd5819d7468 -r 010bfb3a3463 app/assets/javascripts/boot.js --- 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() })