提交 4a201044 编写于 作者: C Catouse

* fixed path for navbar of document.

上级 c5f126f8
......@@ -53,7 +53,7 @@ $(function()
var $this = $(this);
var href = $this.attr('href');
var target = href.substring(href.indexOf('#'), href.length);
$this.attr('data-target', target);
$this.attr('data-target', target).attr('href', fixPath($this.attr('href')));
});
$('body').addClass('with-navbar').scrollspy({target: '#navbar-collapse'});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册