Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1028661 - [Rocketbar] Overlay of homescreen and search result vie…
Browse files Browse the repository at this point in the history
…w after a cancel search. r=kgrandon
  • Loading branch information
Camel Aissani authored and Vivien Nicolas committed Jun 26, 2014
1 parent eabe7bb commit cf17c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/js/rocketbar.js
Expand Up @@ -773,7 +773,7 @@
*/
handleCancel: function(e) {
this.input.value = '';
this.handleInput();
this.hideResults();
this.deactivate();
},

Expand Down

0 comments on commit cf17c6b

Please sign in to comment.