Mercurial > zeropaste
comparison 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 |
comparison
equal
deleted
inserted
replaced
217:cbd5819d7468 | 218:010bfb3a3463 |
---|---|
4 //= require zp.hash_magic | 4 //= require zp.hash_magic |
5 //= require zp.new | 5 //= require zp.new |
6 $(document).ready(function() { | 6 $(document).ready(function() { |
7 zp.formatter.init() | 7 zp.formatter.init() |
8 zp.viewer_width.init() | 8 zp.viewer_width.init() |
9 zp.hash_magic.init() | |
9 zp.new.init() | 10 zp.new.init() |
10 }) | 11 }) |