fixed clicking links in sidebar
This commit is contained in:
parent
15e86d9932
commit
1b74bdc158
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ jQuery(function () {
|
||||||
* Initialize the open/close toggling of menu entries
|
* Initialize the open/close toggling of menu entries
|
||||||
*/
|
*/
|
||||||
const initMenuHandling = function () {
|
const initMenuHandling = function () {
|
||||||
$nav.on('click', 'a', function (e) {
|
$nav.on('click', 'a.nav', function (e) {
|
||||||
toggleNav(jQuery(this));
|
toggleNav(jQuery(this));
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue