diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js index dfd9a29..2b36725 100755 --- a/UI/GeneralUI.js +++ b/UI/GeneralUI.js @@ -119,7 +119,7 @@ export class GeneralUI uri = window.omsApp.request.getRootPath() + uri; fetch(UriFactory.build(uri)) - .then (response => response.text()) + .then(response => response.text()) .then((html) => { if (window.omsApp.state && window.omsApp.state.hasChanges) { const message = new NotificationMessage(