diff --git a/app/index.htm b/app/index.htm index e0aeb18..f4c27f6 100644 --- a/app/index.htm +++ b/app/index.htm @@ -32,7 +32,7 @@

Alligator | An Allen Transformator


-
+
About Alligator
    @@ -45,7 +45,7 @@ target="_blank">ontology.
-
+
How To

    @@ -54,7 +54,7 @@
  • 3. Choose and upload the Alligator-File (*.agt).
-
+
Credits

    @@ -68,9 +68,9 @@
    Select the Output

    - show matrix of 3D distances
    + show matrix of 3D distances
    show matrix of Allen intervals
    - show virtual timeline
    + show virtual timeline
    show Allen interval graph
    show Allen TTL file
    @@ -79,12 +79,14 @@
-
+
Upload your Alligator-File (*.agt)

-

 

+
+

 

+
diff --git a/app/js/app.js b/app/js/app.js index 44db840..d2f8219 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -1,8 +1,8 @@ $(document).ready(function() { - //var API_URL = "http://localhost:8084/alligator/"; + var API_URL = "http://localhost:8080/alligator/"; //var API_URL = "http://143.93.114.135/alligator/"; - var API_URL = "https://java-dev.rgzm.de/alligator/"; + //var API_URL = "https://java-dev.rgzm.de/alligator/"; // elements $("#matrix-div").hide(); @@ -52,12 +52,14 @@ $(document).ready(function() { }, success: function(response) { console.log(response); + $("#info-div-sub2").hide(); + $("#upload-div").hide(); + $("#upload-div2").hide(); + $("#break-div").hide(); $("#refresh-div").show(); $("#wrapper-div").show(); $("#legend-div").show(); $("#legend2-div").show(); - $("#upload-div").hide(); - $("#info-div").hide(); if (selValue === "timeline") { // DOM element where the Timeline will be attached var container = document.getElementById('timeline-div');