diff options
author | Maverick | 2016-06-08 16:21:32 +0530 |
---|---|---|
committer | Maverick | 2016-06-08 16:21:32 +0530 |
commit | 7dc789cc6051920bd2237eab8caa1314cdc0f98f (patch) | |
tree | 90a99eb492b47e88f82db243eb3812bf9c7562cb | |
parent | 29017aaad3c22aa757b3ef67378b9a8b00129bf0 (diff) | |
download | xcos-on-web-7dc789cc6051920bd2237eab8caa1314cdc0f98f.tar.gz xcos-on-web-7dc789cc6051920bd2237eab8caa1314cdc0f98f.tar.bz2 xcos-on-web-7dc789cc6051920bd2237eab8caa1314cdc0f98f.zip |
Removing global vars.
-rw-r--r-- | index.html | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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 |