rubycentral/cfp-app

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

Summary

Maintainability
A
0 mins
Test Coverage
$(document).ready(function () {
  if ($('#notification-preferences-toggle').length) {
    $('#notification-preferences-toggle').on("click", function(e) { e.preventDefault() })
  }
})