mirror of https://gitee.com/bigwinds/arangodb
fixed wrong styling of active submenu
This commit is contained in:
parent
afe860262b
commit
c6f8e6c201
|
@ -300,7 +300,7 @@
|
|||
$('#importCollection').removeClass('activated');
|
||||
$('#filterHeader').removeClass('activated');
|
||||
$('#markDocuments').removeClass('activated'); this.changeEditMode(false);
|
||||
$('#exportCollection').addClass('activated');
|
||||
$('#exportCollection').toggleClass('activated');
|
||||
this.markFilterToggle();
|
||||
$('#exportHeader').slideToggle(200);
|
||||
$('#importHeader').hide();
|
||||
|
|
Loading…
Reference in New Issue