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 25772e7  ponymail.js is needed to form the api URL
25772e7 is described below

commit 25772e70e28cf7246ef392450d24a23d6db2ce6f
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 03:04:07 2021 +0100

    ponymail.js is needed to form the api URL
---
 webui/oauth.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/webui/oauth.html b/webui/oauth.html
index 1a21fd0..0038904 100644
--- a/webui/oauth.html
+++ b/webui/oauth.html
@@ -54,7 +54,8 @@ the License. -->
     <script src="js/jquery-1.12.4.min.js" 
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="></script>
     <!-- Include all compiled plugins (below), or include individual files as 
needed -->
     <script src="js/bootstrap.min.js"></script>
-    <script src="js/oauth.js"></script>
     <script src="js/config.js"></script>
+    <script src="js/ponymail.js"></script>
+    <script src="js/oauth.js"></script>
   </body>
 </html>
\ No newline at end of file

Reply via email to