diff --git a/README.md b/README.md index 0edca20..7966bb6 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -

A swisspush project

+

A swisspost project

## vertx-rest-storage-editor ## ### What is this for an editor? ### -This editor and tree was specific builded for the [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage) to show and manage the hosted resources. +This editor and tree was specific builded for the [vertx-rest-storage](https://github.com/swisspost/vertx-rest-storage) to show and manage the hosted resources. The Tree is based on the project [jstree](https://github.com/vakata/jstree/releases), the editor is based on [jquery](https://github.com/jquery/jquery) and the [ace-editor](https://github.com/ajaxorg/ace). ### How to use it ### -Download the newest version as zip from Github and extract it in a folder on the [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage). The easiest way to deploy this application (as a zip file) is over the [vertx-rest-mirror](https://github.com/swisspush/vertx-rest-mirror). +Download the newest version as zip from Github and extract it in a folder on the [vertx-rest-storage](https://github.com/swisspost/vertx-rest-storage). The easiest way to deploy this application (as a zip file) is over the [vertx-rest-mirror](https://github.com/swisspost/vertx-rest-mirror). In a other way you can build and test it yourself (see `Build / Test` at the end of the page). diff --git a/app/js/tree.js b/app/js/tree.js index 6f6b815..2ce89ed 100644 --- a/app/js/tree.js +++ b/app/js/tree.js @@ -6,6 +6,7 @@ document.getElementById("home-button").href = settings.homeUrl; function paramSelected(value) { var selected = getParameterByName('selected'); var treeBase = getParameterByName('treeBase'); + // fix probably wrong uri with tree base instead without if (selected) { selected = selected.replace(treeBase, '') diff --git a/package-lock.json b/package-lock.json index 0d73252..ec5f1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vertx-rest-storage-editor", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vertx-rest-storage-editor", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "dependencies": { "ace-builds": "1.4.2", diff --git a/package.json b/package.json index 5eacf35..5ea7028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertx-rest-storage-editor", - "version": "2.6.0", + "version": "2.6.1", "description": "The vertx-rest-storage-editor is the front end component for vertx-rest-storage-editor.", "author": "Matthias Baldi", "license": "Apache-2.0", @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/swisspush/vertx-rest-storage-editor.git" + "url": "https://github.com/swisspost/vertx-rest-storage-editor.git" }, "release": { "branches": [