mirror of https://gitee.com/bigwinds/arangodb
query spotlight bugfix
This commit is contained in:
parent
e74b229cc0
commit
736bee7655
|
@ -236,6 +236,7 @@
|
||||||
|
|
||||||
hide: function() {
|
hide: function() {
|
||||||
$(this.el).hide();
|
$(this.el).hide();
|
||||||
|
this.typeahead = $('#spotlight .typeahead').typeahead('destroy');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue