#29
Solved
Loading indicator
Reported by hawkeey on Ajax Scaffold · 11/06/2006 16:29:23
- Assigned to:
- Nobody
- Priority:
- Normal
- Status:
- Solved
- Category:
- None
- Version:
- 3.1.2
loading_indicator_tag in the generated lib/ajax_scaffold.rb does not use image_tag.
One of the consequences of this is that the config.action_controller.asset_host setting is not respected.
The following line 145
‘display:none’, :id => loading_indicator_id(options), :alt => ‘loading indicator’, :class => ‘loading-indicator’
Loading comments...