app/views/apidae/selections/index.html.erb in apidae-0.7.8 vs app/views/apidae/selections/index.html.erb in apidae-0.8.0
- old
+ new
@@ -30,6 +30,11 @@
<% end %>
</tbody>
</table>
</div>
</div>
-<% end %>
+<% end %>
+<script>
+ document.addEventListener("DOMContentLoaded", function(event) {
+ apidaeEngineCallback("selections");
+ });
+</script>
\ No newline at end of file