From b8fb891828effa441a37efdd5babe03a5c7f5efe Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 28 Jan 2010 11:46:28 -0800 Subject: Make the return button work in chrome, FF, IE, safari and opera. --- modules/gallery/views/user_profile.html.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/gallery/views/user_profile.html.php b/modules/gallery/views/user_profile.html.php index 7dc9d13e..f35f8c3f 100644 --- a/modules/gallery/views/user_profile.html.php +++ b/modules/gallery/views/user_profile.html.php @@ -26,6 +26,7 @@ $(document).ready(function() { $("#g-profile-return").click(function(event) { history.go(-1); + return false; }) }); -- cgit v1.2.3