fixes #905, as well as fix for pool nav
This commit is contained in:
2
app/views/pool_elements/all_select.js.erb
Normal file
2
app/views/pool_elements/all_select.js.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
$("#pool-name-container").html(<%= raw select_tag("pool_id", options_for_select(@pools.map {|x| [x.name, x.id]})).to_json %>);
|
||||
$("#pool-name-hint").hide();
|
||||
Reference in New Issue
Block a user