From 4fa887a5d88522a441fdab31e5531bf3ba343c07 Mon Sep 17 00:00:00 2001 From: declerambaul Date: Thu, 3 May 2012 11:55:31 -0400 Subject: [PATCH] Removing mobile devices charts from dashboard --- lib/dashboard/dashboard-view.co | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/dashboard/dashboard-view.co b/lib/dashboard/dashboard-view.co index 1358afc..5c90034 100644 --- a/lib/dashboard/dashboard-view.co +++ b/lib/dashboard/dashboard-view.co @@ -33,10 +33,11 @@ DashboardView = exports.DashboardView = BaseView.extend do # {{{ active_editors active_editors_target very_active_editors - mobile_devices - mobile_devices_browsers - mobile_devices_applications ]> + # mobile_devices + # mobile_devices_browsers + # mobile_devices_applications + subviews : [] graphs : null ready : false -- 1.7.0.4