Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 7dc70a2

Browse files
committed
Update
1 parent 924e819 commit 7dc70a2

File tree

6 files changed

+1019
-1016
lines changed

6 files changed

+1019
-1016
lines changed

dashboard/full.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ <h4>Sample paragraphs</h4>
367367
$('ul.menu li a').on('click', function() {
368368
$(this).parent('li.parent').find('a.employ').toggleClass('active');
369369
$(this).parent().find('ul.submenu').slideToggle('fast');
370+
$(this).parent().find('ul.submenu ul.submenu').toggle();
370371
});
371372

372373
// dropdown menu

dashboard/simple.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ <h4>Sample</h4>
175175
$('ul.menu li a').on('click', function() {
176176
$(this).parent('li.parent').find('a.employ').toggleClass('active');
177177
$(this).parent().find('ul.submenu').slideToggle('fast');
178+
$(this).parent().find('ul.submenu ul.submenu').toggle();
178179
});
179180

180181
// dropdown menu

0 commit comments

Comments
 (0)