summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaverick2016-06-08 16:21:32 +0530
committerMaverick2016-06-08 16:21:32 +0530
commit7dc789cc6051920bd2237eab8caa1314cdc0f98f (patch)
tree90a99eb492b47e88f82db243eb3812bf9c7562cb
parent29017aaad3c22aa757b3ef67378b9a8b00129bf0 (diff)
downloadxcos-on-web-7dc789cc6051920bd2237eab8caa1314cdc0f98f.tar.gz
xcos-on-web-7dc789cc6051920bd2237eab8caa1314cdc0f98f.tar.bz2
xcos-on-web-7dc789cc6051920bd2237eab8caa1314cdc0f98f.zip
Removing global vars.
-rw-r--r--index.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/index.html b/index.html
index e9c90a4..249e8ab 100644
--- a/index.html
+++ b/index.html
@@ -481,18 +481,7 @@
addToolbarButton(editor, toolbar, 'print', 'Print', 'images/printer.png');
toolbar.appendChild(spacer.cloneNode(true));
-
- /*
- Maverick
- Defining a variable to used by both the export buttons.
- This variable contains the value of the created XML and
- is subsequently used by the ExportXCOS button.
- */
-
- var xmlFromExportXML=null;
- var flagXcosClickedFirst=false;
-
-
+
/*
Maverick
The Export buttons in toolbar call this function with varying