Fix JavaScript for the global navigation bar.

This commit is contained in:
takezoe
2013-06-18 14:02:06 +09:00
parent c8ca98f919
commit 3fc468bd33

View File

@@ -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;
}); });