From 33b12ee13d9759d8891bfd3e92deff4143ef7b23 Mon Sep 17 00:00:00 2001 From: Raoul Jaeckel Date: Sun, 18 Nov 2012 18:06:25 +0100 Subject: [PATCH] Update jquery.leanModal.js --- jquery.leanModal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jquery.leanModal.js b/jquery.leanModal.js index facf07e..9e43471 100644 --- a/jquery.leanModal.js +++ b/jquery.leanModal.js @@ -29,7 +29,8 @@ }); $(o.closeButton).click(function() { - close_modal(modal_id); + close_modal(modal_id); + return false; }); var modal_height = $(modal_id).outerHeight();