Navigation Menu

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

Commit

Permalink
Merge pull request #21042 from vingtetun/bug1028661
Browse files Browse the repository at this point in the history
Bug 1028661: Fixed issue [Rocketbar] Overlay of homescreen and searh res...
  • Loading branch information
vingtetun committed Jun 26, 2014
2 parents 4a3ad21 + cf17c6b commit 1d2a014
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 1d2a014

Please sign in to comment.