diff --git a/src/main/webapp/resources/html/dialog.html b/src/main/webapp/resources/html/dialog.html deleted file mode 100644 index 35cdf6f2..00000000 --- a/src/main/webapp/resources/html/dialog.html +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file diff --git a/src/main/webapp/resources/js/base/base-fims.js b/src/main/webapp/resources/js/base/base-fims.js index 0ad10b11..ac4f8c4a 100644 --- a/src/main/webapp/resources/js/base/base-fims.js +++ b/src/main/webapp/resources/js/base/base-fims.js @@ -15,7 +15,7 @@ async function prompt2(msg){ async function dialog2(msg, type, buttons){ var dlgId = "dlg-" + uuid(); - var resp = await fetch(wctx.url("/resources/html/dialog.html")); + var resp = await fetch(wctx.url("/webjars/html/dialog.html")); var template = await resp.text(); var container = "
{content}
"; if(type == "prompt"){ diff --git a/src/main/webapp/resources/sneat/img/pages/header.png b/src/main/webapp/resources/sneat/img/pages/header.png deleted file mode 100644 index b991529e..00000000 Binary files a/src/main/webapp/resources/sneat/img/pages/header.png and /dev/null differ