Skip to content

Commit

Permalink
Disable the tabbed panel until the user clicks on a node
Browse files Browse the repository at this point in the history
In order to prevent the situation when a user clicks on 'add note' after
reseting the database without having created a node (which breaks) we now
start with the right-hand side tab panel disabled.

This commit closes #16
  • Loading branch information
Daniel Martin committed Jun 10, 2011
1 parent 1efc65b commit 5171d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/interface.js
Expand Up @@ -25,6 +25,7 @@ var dradistabs = new Ext.TabPanel({
activeTab: 0,
border: false,
deferredRender: false,
disabled: true,
//margins: '0 5 0 0',
items: [
notesbrowser,
Expand Down

0 comments on commit 5171d3d

Please sign in to comment.