This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-02-28 14:00:05 +00:00
|
|
|
$('#widget_list select').html("<%= j options_for_select(@module_app.widgets.collect{|widget| [widget.humanize, widget]}) %>")
|
2012-05-09 16:25:30 +00:00
|
|
|
$('#widget_category').html("<%= j render 'widget_categories' %>")
|
|
|
|
$('#widget_tag').html("<%= j render 'widget_tags' %>")
|