Remove extra lean modal trigger
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user