summaryrefslogtreecommitdiff
path: root/openstack-dashboard/media/dashboard/js/dashboard.js
blob: 4559d6c3dd305839b9a00a415020de80938cd7de (plain)
1
2
3
4
$(function() {
  // Display notification message close boxes and wire up click handlers.
  $('.message .close').show().click(function() { $(this).closest('.message').fadeOut(); });
});