summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhitya Kamakshidasan2016-06-07 12:54:33 +0530
committerAdhitya Kamakshidasan2016-06-07 12:54:33 +0530
commit8fd2c3d2a23e4c3a207b0d1596df797ea08d14c4 (patch)
tree63a5140ff3c9bd3f1b1fda2bee4e1428dbd92c1f
parent94332c60697386ab443a1e8913db2126ac922965 (diff)
downloadxcos-on-web-8fd2c3d2a23e4c3a207b0d1596df797ea08d14c4.tar.gz
xcos-on-web-8fd2c3d2a23e4c3a207b0d1596df797ea08d14c4.tar.bz2
xcos-on-web-8fd2c3d2a23e4c3a207b0d1596df797ea08d14c4.zip
Minor fixes
-rw-r--r--index.html5
1 files 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");