Commit f175ed46 authored by imac's avatar imac

[Update]Redmine #649 : Structural change + fixed menu

parent 26dc47a6
...@@ -79,7 +79,7 @@ var initFunction = function() { ...@@ -79,7 +79,7 @@ var initFunction = function() {
e.stopPropagation(); e.stopPropagation();
$('.main-list-nav>li').removeClass('current'); $('.main-list-nav>li').removeClass('current');
$(this).parent().addClass('current'); $(this).parent().addClass('current');
$('.main-list-nav .subcat').stop().slideUp('slow'); $('.main-list-nav .subcat').stop().hide();
// $(this).parent().find('.subcat').stop().slideDown('slow'); // $(this).parent().find('.subcat').stop().slideDown('slow');
}); });
setTimeout(function() { setTimeout(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment