mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
Fix JavaScript for the global navigation bar.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
$('.box-header').click(function(){
|
||||
$('table.global-nav th.box-header').click(function(){
|
||||
location.href = $(this).find('a').attr('href');
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user