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

Commit

Permalink
Bug 1123262 - [Midori 2.0]WLAN:signal strenght levels are not support…
Browse files Browse the repository at this point in the history
…ed on notification bar

* Correct the wifi 'onconnectioninfoupdate' usage.
  • Loading branch information
begeeben committed Jan 26, 2015
1 parent 793773b commit f3d0bf1
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 f3d0bf1

Please sign in to comment.