Commit d6aa1578 by Chris

Merge pull request #7351 from Stanford-Online/kluo/remove-redundant-modal

Remove extra lean modal trigger
parents 5ebe91e1 e9aed96f
......@@ -15,15 +15,6 @@ domReady(function() {
$body.addClass('js');
// lean/simple modal
$('a[rel*=modal]').leanModal({
overlay: 0.80,
closeButton: '.action-modal-close'
});
$('a.action-modal-close').click(function(e) {
(e).preventDefault();
});
// alerts/notifications - manual close
$('.action-alert-close, .alert.has-actions .nav-actions a').bind('click', hideAlert);
$('.action-notification-close').bind('click', hideNotification);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment