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