diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-01-28 20:39:01 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-28 20:39:01 -0800 |
| commit | e7cfbfe376a117623e7e54a3f4469495a13e1a77 (patch) | |
| tree | a60870e2c3cbc7cd4513a750d726b44f726e096e /modules/gallery/views/user_profile.html.php | |
| parent | 56d04b1ed83dc098eacd3d05496fef98cfaf8b8a (diff) | |
| parent | 5c527513c688571adcff45f513efff54b9c55e61 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views/user_profile.html.php')
| -rw-r--r-- | modules/gallery/views/user_profile.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; }) }); </script> |
