diff --git a/index.php b/index.php index 033a2c0..4c74e00 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,8 @@
- - + + + diff --git a/main.js b/main.js index 43e3cdc..c5b2155 100644 --- a/main.js +++ b/main.js @@ -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); \ No newline at end of file +VQI_PathwayEditor.prototype = new VQI_Observable(); +var objVQI_PathwayEditor = new VQI_PathwayEditor("parent",services); \ No newline at end of file