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 #27668 from begeeben/1123262_wlan_signal
Browse files Browse the repository at this point in the history
Bug 1123262 - [Midori 2.0]WLAN:signal strenght levels are not supported ...
  • Loading branch information
seinlin committed Jan 26, 2015
2 parents bbe4036 + f3d0bf1 commit d34aff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/js/statusbar.js
Expand Up @@ -912,7 +912,7 @@ var StatusBar = {
if (active) {
var wifiManager = window.navigator.mozWifiManager;
if (wifiManager) {
wifiManager.connectionInfoUpdate = this.update.wifi.bind(this);
wifiManager.onconnectioninfoupdate = this.update.wifi.bind(this);
}

this.update.wifi.call(this);
Expand Down

0 comments on commit d34aff2

Please sign in to comment.