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 #30664 from KevinGrandon/bug_1175861_data_switch
Browse files Browse the repository at this point in the history
Bug 1175861 - [FTU] Convert click listener to change for data connection
  • Loading branch information
KevinGrandon committed Jun 19, 2015
2 parents 406a286 + 76cf0e3 commit 4eb81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ftu/js/ui.js
Expand Up @@ -163,7 +163,7 @@ var UIManager = {
this.simInfoBack.addEventListener('click', this);
this.simInfoForward.addEventListener('click', this);

this.dataConnectionSwitch.addEventListener('click', this);
this.dataConnectionSwitch.addEventListener('change', this);

this.wifiRefreshButton.addEventListener('click', this);
this.wifiJoinButton.addEventListener('click', this);
Expand Down

0 comments on commit 4eb81c1

Please sign in to comment.