mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
no message
This commit is contained in:
parent
76d06c3de3
commit
ca2939a432
@ -91,7 +91,6 @@ $(function() {
|
||||
navFunc.init();
|
||||
var listFunc = {
|
||||
num: 0,
|
||||
cnum: 0,
|
||||
init: function() {
|
||||
var self = this;
|
||||
self.listBox = $(".aside-container>ul");
|
||||
@ -112,7 +111,6 @@ $(function() {
|
||||
var m = self.listBox.find("a").eq(i);
|
||||
if (m.attr("href") == "./" || url.indexOf(m.attr("href")) >= 0) {
|
||||
self.num = m.parent().parent().parent().index();
|
||||
self.cnum = m.parent().index();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user