summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 26791e2..37c1170 100644
--- a/index.html
+++ b/index.html
@@ -22,6 +22,9 @@
<!-- Loads and initializes the library -->
<script type="text/javascript" src="src/js/mxClient.js"></script>
+
+ <script type="text/javascript" src="src/js/xcos/core/details.js"></script>
+ <script type="text/javascript" src="json2.js"></script>
<link rel="stylesheet" href="jquery/jquery-ui.css">
<script src="jquery/jquery-1.8.2.js"></script>
@@ -264,8 +267,6 @@
});
addToolbarButton(editor, toolbar, 'export', 'Export', 'images/export1.png');
-
- // ---
// Adds toolbar buttons into the status bar at the bottom
// of the window.
@@ -840,6 +841,8 @@
ds.setGuidesEnabled(true);
};
+
+ // Create ports
function createPorts(graph, block, left, top, right, bottom){
createInputPorts(graph, block, left, top);
createOutputPorts(graph, block, right, bottom);