diff --git a/README.md b/README.md index 7058d37a..f0636274 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ WSGIScriptAlias / /path_to_GraphSpace/graphspace/wsgi.py - Alias /static/ /path_to_GraphSpace/graphs/static/ + Alias /static/ /path_to_GraphSpace/static/ - + Require all granted diff --git a/static/js/graphs_page.js b/static/js/graphs_page.js index a7f4c57a..fe318430 100644 --- a/static/js/graphs_page.js +++ b/static/js/graphs_page.js @@ -452,9 +452,6 @@ var graphPage = { }); $('#saveLayoutBtn').click(function () { - - cytoscapeGraph.showGraphInformation(graphPage.cyGraph); - graphPage.saveLayout($('#saveLayoutNameInput').val(), '#saveLayoutModal'); }); diff --git a/templates/graph/default_sidebar.html b/templates/graph/default_sidebar.html index 9214c445..30145fb5 100644 --- a/templates/graph/default_sidebar.html +++ b/templates/graph/default_sidebar.html @@ -34,7 +34,13 @@ Change Layout + {% if uid %} +
  • + + Save Layout + +
  • Use Layout
    Editor diff --git a/templates/graph/index.html b/templates/graph/index.html index 830d44f3..7aceed39 100644 --- a/templates/graph/index.html +++ b/templates/graph/index.html @@ -116,7 +116,8 @@