mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-14 08:28:40 +00:00
fix static analysis
This commit is contained in:
parent
0dd94695b8
commit
7dbbd69577
|
|
@ -119,7 +119,7 @@ export class GeneralUI
|
||||||
uri = window.omsApp.request.getRootPath() + uri;
|
uri = window.omsApp.request.getRootPath() + uri;
|
||||||
|
|
||||||
fetch(UriFactory.build(uri))
|
fetch(UriFactory.build(uri))
|
||||||
.then (response => response.text())
|
.then(response => response.text())
|
||||||
.then((html) => {
|
.then((html) => {
|
||||||
if (window.omsApp.state && window.omsApp.state.hasChanges) {
|
if (window.omsApp.state && window.omsApp.state.hasChanges) {
|
||||||
const message = new NotificationMessage(
|
const message = new NotificationMessage(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user