diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/user_profile.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/user_profile.html.php b/modules/gallery/views/user_profile.html.php index 1c3e4ea2..1c346c26 100644 --- a/modules/gallery/views/user_profile.html.php +++ b/modules/gallery/views/user_profile.html.php @@ -22,7 +22,7 @@ padding: 0; } </style> -<script> +<script type="text/javascript"> $(document).ready(function() { $("#g-profile-return").click(function(event) { history.go(-1); |