summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjiteshjha2016-06-28 16:05:14 +0530
committerjiteshjha2016-06-28 16:05:14 +0530
commita45361eb58f86535805185d16b91ae05339e7771 (patch)
treed60eda3642ab7c70bfdde52aaf7dea7f4f96e0b2 /index.html
parent458bc2bfcdbcf72f87e241bd5b9c46297ea397b7 (diff)
downloadxcos-on-web-a45361eb58f86535805185d16b91ae05339e7771.tar.gz
xcos-on-web-a45361eb58f86535805185d16b91ae05339e7771.tar.bz2
xcos-on-web-a45361eb58f86535805185d16b91ae05339e7771.zip
Repository refactoring
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/index.html b/index.html
index a8cc7a5..ab55f38 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,6 @@
<!-- Loads and initializes the library -->
<script type="text/javascript" src="jquery/jquery-1.8.2.js"></script>
<script type="text/javascript" src="mxClient.min.js"></script>
- <script type="text/javascript" src="editor/mxDefaultKeyHandler.js"></script>
- <script type="text/javascript" src="handler/mxKeyHandler.js"></script>
<script type="text/javascript" src="jquery/farbtastic.js"></script>
<link rel="stylesheet" href="jquery/farbtastic.css" type="text/css" />
@@ -17,7 +15,6 @@
<script type="text/javascript" src="details.js"></script>
<script type="text/javascript" src="setup.js"></script>
- <script type="text/javascript" src="json2.js"></script>
<script type="text/javascript">
function main(container, outline, toolbar, sidebar, status) {
// Checks if the browser is supported
@@ -576,7 +573,7 @@
var enc = new mxCodec(mxUtils.createXmlDocument());
/*var array=[],key;
for (key in diagRoot.model.cells) {
-
+
if(diagRoot.model.cells[key].connectable == false)
{
array.push(diagRoot.model.cells[key].inst);
@@ -590,7 +587,7 @@
textarea.value = str;
/*var j = 0;
for (key in diagRoot.model.cells) {
-
+
if(diagRoot.model.cells[key].connectable == false)
{
diagRoot.model.cells[key].inst=array[j++];