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

Commit

Permalink
Bug 1141806 - merge pull request #28886 from dominickuo:bug-1141806 t…
Browse files Browse the repository at this point in the history
…o mozilla-b2g:master
  • Loading branch information
mozilla-autolander-deprecated committed Mar 26, 2015
2 parents e04b63c + b0fcd65 commit b841757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/music/js/music.js
Expand Up @@ -90,6 +90,8 @@ var App = (function() {
}

function showOverlay(id) {
// Blurring the active element to dismiss the keyboard.
document.activeElement.blur();
//
// If id is null then hide the overlay. Otherwise, look up the localized
// text for the specified id and display the overlay with that text.
Expand Down

0 comments on commit b841757

Please sign in to comment.