diff --git a/README.md b/README.md index fd51e65d..d08e9af9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Mapping tool for [*EVE ONLINE*](https://www.eveonline.com) - Test server - URL: http://www.dev.pathfinder-w.space - Running current `develop` branch - - Using Singularity (SISI) CREST (make sure to use your test-server client) + - _SISI_ _ESI_ (make sure to use your test-server client) - Available for public testing (e.g. new feature,.. ) - Database will be cleared from time to time - Installation guide: diff --git a/app/environment.ini b/app/environment.ini index 672cf564..020cb3d3 100644 --- a/app/environment.ini +++ b/app/environment.ini @@ -2,7 +2,7 @@ [ENVIRONMENT] ; project environment (DEVELOP || PRODUCTION). -; This effects: DB connection, Mail-Server, SSO, CREST configurations in this file +; This effects: DB connection, Mail-Server, SSO, ESI configurations in this file ; configuration below SERVER = DEVELOP diff --git a/js/app/util.js b/js/app/util.js index 7d45e67d..2dbcddc7 100644 --- a/js/app/util.js +++ b/js/app/util.js @@ -1898,7 +1898,6 @@ define([ /** * set new destination for a system - * -> CREST request * @param systemData * @param type */ diff --git a/public/js/v1.2.3/app/util.js b/public/js/v1.2.3/app/util.js index 7d45e67d..2dbcddc7 100644 --- a/public/js/v1.2.3/app/util.js +++ b/public/js/v1.2.3/app/util.js @@ -1898,7 +1898,6 @@ define([ /** * set new destination for a system - * -> CREST request * @param systemData * @param type */