diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index 7b138557..024a4605 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -258,8 +258,14 @@ $(function () { $("#newFolderBtn").click( function () { $("#new-folder-dialog-modal").dialogForm({ - //redirect:"c/maps/{header.resourceId}/edit", - //url:"c/restful/maps" + url:"c/restful/labels", + postUpdate: function (data) { + $("#foldersContainer").find("ul").append( + $("
  • ").append( + " " + data.title + "" + ) + ) + } }); } ); diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp index 9a6954b6..82cc365c 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp @@ -313,13 +313,12 @@