This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 18f6436 regen
18f6436 is described below
commit 18f64367a46a7541ef6a737ed48e4ddb825cc5d3
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Jun 6 10:58:32 2021 +0200
regen
---
webui/js/ponymail.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index f8f57cf..088a98f 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -69,7 +69,7 @@ async function async_snap(error) {
if (error.status === 404) {
msg += "\n\nYou may need to be logged in with additional permissions
in order to view this resoruce.";
}
- modal("An error occured", "An error code %u occured while trying to fetch
%s:\n%s%s".format(error.status, error.url, msg), "error");
+ modal("An error occured", "An error code %u occured while trying to fetch
%s:\n%s".format(error.status, error.url, msg), "error");
}