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 #18154 from gasolin/issue-994493
Browse files Browse the repository at this point in the history
Bug 994493 - Remove the usage widget for Tarako in the notification tray, r=alive
  • Loading branch information
gasolin committed Apr 10, 2014
2 parents 669de1b + fba51fc commit bbba09c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/system/js/cost_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

var widgetContainer = document.getElementById('cost-control-widget');

// XXX Tarako workaround to remove the widget
// until bug 991831 gets resolved
return;

var widgetFrame;
function _ensureWidget() {
if (!Applications.ready) {
Expand Down

0 comments on commit bbba09c

Please sign in to comment.