ncbo/bioportal_web_ui

View on GitHub
app/assets/javascripts/concepts.js

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(document).ready(function() {

  jQuery('#changeRequestModal').on('submit', function() {
    $('#changeRequestModal').modal('hide');
  });

});