4 lines
321 B
Plaintext
4 lines
321 B
Plaintext
$('#widget_list select').html("<%= j options_for_select(@module_app.widgets.collect{|k,v| k}) %>")
|
|
$('#widget_style_list select').html("<%= j options_for_select(@module_app.widgets[@widget_path]) %>")
|
|
$('#widget_category').html("<%= j render 'widget_categories' %>")
|
|
$('#widget_tag').html("<%= j render 'widget_tags' %>") |