Add delete button to tab edit dialog

This commit is contained in:
Nicholas O'Leary
2013-10-28 20:28:44 +00:00
parent 9c72b65611
commit 419b044a12
2 changed files with 15 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ RED.sidebar = function() {
content.style.paddingRight = "4px";
addTab("info",content);
sidebar_tabs.activateTab("tab-info");
$('#btn-sidebar').click(function() {toggleSidebar();});
RED.keyboard.add(/* SPACE */ 32,{ctrl:true},function(){toggleSidebar();d3.event.preventDefault();});