changeset 6:8d9fd0ba13e3

Automatic loading of project from HTML
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 24 Mar 2015 15:07:11 +0000
parents 4766f485a1b0
children 6a6272b06d34
files apeTool.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/apeTool.html	Tue Mar 24 15:02:15 2015 +0000
+++ b/apeTool.html	Tue Mar 24 15:07:11 2015 +0000
@@ -18,6 +18,11 @@
 		<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
 		<script src='core.js'></script>
 		
+		<!-- Uncomment the following script for automatic loading of projects -->
+		<script>
+			url = 'example_eval/project.xml'; //Project XML document location
+			loadProjectSpec(url);
+		</script>
 		
 	</head>