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 #19305 from crh0716/1010394_1_v1.4
Browse files Browse the repository at this point in the history
Bug 1010394 - Refresh the items when entering the carrier panel r=jaoo, a=1.4+
  • Loading branch information
rvandermeulen committed May 21, 2014
2 parents 496953d + c5d9184 commit 233dd43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/settings/js/carrier.js
Expand Up @@ -132,6 +132,8 @@ var CarrierSettings = (function(window, document, undefined) {

var currentHash = e.detail.current;
if (currentHash === '#carrier') {
cs_updateNetworkTypeLimitedItemsVisibility(
_mobileConnection.voice && _mobileConnection.voice.type);
// Show carrier name.
cs_showCarrierName();
cs_disabeEnableDataCallCheckbox();
Expand Down

0 comments on commit 233dd43

Please sign in to comment.