Renaming image_picker to image-picker since js likes dashes better than underscores
This commit is contained in:
parent
5e29ab57c6
commit
ca9331970a
2 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue