1
0
Fork 0

query spotlight bugfix

This commit is contained in:
hkernbach 2016-05-13 16:43:43 +02:00
parent e74b229cc0
commit 736bee7655
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@
hide: function() {
$(this.el).hide();
this.typeahead = $('#spotlight .typeahead').typeahead('destroy');
}
});