Renaming image_picker to image-picker since js likes dashes better than underscores

This commit is contained in:
Sarah Mei 2010-11-10 10:52:33 -07:00
parent 5e29ab57c6
commit ca9331970a
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@
= javascript_include_tag 'vendor/fancybox/jquery.fancybox-1.3.1.pack'
= javascript_include_tag 'vendor/fileuploader'
= javascript_include_tag 'view', 'image_picker', 'stream'
= javascript_include_tag 'view', 'image-picker', 'stream'
- if current_user
= render 'js/websocket_js'