From 8fd2c3d2a23e4c3a207b0d1596df797ea08d14c4 Mon Sep 17 00:00:00 2001 From: Adhitya Kamakshidasan Date: Tue, 7 Jun 2016 12:54:33 +0530 Subject: Minor fixes --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 11d648a..e488aa9 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,6 @@ if (cell != null) { - console.log(cell); if( cell.value == "ExplicitInputPort" || cell.value == "ExplicitOutputPort" || cell.value == "CommandPort" || cell.value == "ControlPort") { @@ -129,7 +128,7 @@ menu.addItem('Border Color', 'images/draw-brush.png', function() { - alert('B C');// @ToDo: Pooja: Functionality to be put. + alert('Border Color');// @ToDo: Pooja: Functionality to be put. }, edgeformat); menu.addItem('Edit...', 'images/edit.png', function() { @@ -698,7 +697,7 @@ // Create basic structure for the form var content = document.createElement('div'); - content.setAttribute("id", "contentProperties"); + content.setAttribute("id", "colorProperties"); // Add Form var myform = document.createElement("form"); -- cgit