← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5106: Minor fix. Simply code.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 5106 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-11-03 16:03:51 +0100
message:
  Minor fix. Simply code.
modified:
  dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js	2011-11-03 13:28:39 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js	2011-11-03 15:01:25 +0000
@@ -75,8 +75,6 @@
     DV.init = Ext.JSON.decode(r.responseText);
     DV.init.isInit = true;
     DV.init.initialize = function(vp) {
-        vp.query('panel[region="east"]')[0].collapse();
-        
         DV.util.combobox.filter.category(vp);
         
         DV.store.column = DV.store.defaultChartStore;
@@ -1787,6 +1785,7 @@
                     {
                         xtype: 'button',
                         text: 'Data table',
+                        tooltip: 'Show/hide data table',
                         cls: 'x-btn-text-icon',
                         icon: 'images/datatable.png',
                         handler: function(b) {
@@ -1823,6 +1822,7 @@
                 region: 'east',
                 preventHeader: true,
                 collapsible: true,
+                collapsed: true,
                 collapseMode: 'mini',
                 width: 498,
                 tbar: {