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 #16093 from punamdahiya/Bug969475
Browse files Browse the repository at this point in the history
Bug969475 - [Settings][Sound] - Fix of select ring tone and alert tone flow does not work in FF Nightly r=gduan
  • Loading branch information
punamdahiya committed Feb 10, 2014
2 parents 6094d79 + 66d90c6 commit d365bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/settings/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ function getSupportedNetworkInfo(mobileConneciton, callback) {
return;

var _hwSupportedTypes = mobileConneciton.supportedNetworkTypes;
if (!_hwSupportedTypes)
return;

var _result = {
gsm: _hwSupportedTypes.indexOf('gsm') !== -1,
Expand Down

0 comments on commit d365bd3

Please sign in to comment.