Skip to content

Commit

Permalink
codes adjusted in index file also
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan Joshi committed Oct 9, 2015
1 parent d46eba8 commit fd22657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 3 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<body>
<div id="parent"></div>
<script src="VQI_Observable.js"></script>
<script src="VQI_PathwayEditor.js"></script>
<script src="main.js"></script>
<script src="VQI_PathwayEditor.js"> </script>
<script>var objVQI_PathwayEditor = new VQI_PathwayEditor("parent");</script>
<!--<script src="main.js"></script>-->
</body>
</html>
8 changes: 2 additions & 6 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
VQI_pathwayEditor.prototype = new VQI_Observable();

var services = [];
services['pathwayfinder'] = 'http://137.99.11.36/pathwayVisual/PathwayParser/ajaxJSON.php';
var VQI_pathwayEditor = new VQI_pathwayEditor("parent",services);
VQI_pathwayEditor.subscribeTo(VQI_pathwayEditor);
VQI_PathwayEditor.prototype = new VQI_Observable();
var objVQI_PathwayEditor = new VQI_PathwayEditor("parent",services);

0 comments on commit fd22657

Please sign in to comment.