Skip to content

Commit 129a446

Browse files
author
rakeshAlgo
committed
Reduce setTimeOut second time
1 parent bf0bff1 commit 129a446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/01-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}
152152

153153
})
154-
}, 2000)
154+
}, 500)
155155
// has children in li
156156
// $('ul.nav-list li.nav-item ul.nav-list .nav-item').has('ul.nav-list').addClass('has-children')
157157
function concealEvent (e) {

0 commit comments

Comments
 (0)