From 0bb49a97b51352a8038ae014e1bf7e7d9f5d0765 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 5 Nov 2010 11:11:07 -0600 Subject: [PATCH] Better ID for sidebar app list --- imp/js/dimpbase.js | 2 +- imp/templates/dimp/index.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/js/dimpbase.js b/imp/js/dimpbase.js index d384f4689..3dac3f3ca 100644 --- a/imp/js/dimpbase.js +++ b/imp/js/dimpbase.js @@ -2132,7 +2132,7 @@ var DimpBase = { this.composeMailbox('resume'); break; - case 'applicationfolders': + case 'sidebar_apps': tmp = e.element(); if (!tmp.hasClassName('custom')) { tmp = tmp.up('LI.custom'); diff --git a/imp/templates/dimp/index.inc b/imp/templates/dimp/index.inc index 57a9716f9..7c24a0bf9 100644 --- a/imp/templates/dimp/index.inc +++ b/imp/templates/dimp/index.inc @@ -82,7 +82,7 @@ function _simpleButton($id, $text, $image, $nodisplay = false)
-