asfgit closed pull request #431: Use correct dependency order to fix OAuth login problem URL: https://github.com/apache/incubator-ponymail/pull/431
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site/oauth.html b/site/oauth.html index fa2e68f..3050b63 100644 --- a/site/oauth.html +++ b/site/oauth.html @@ -60,8 +60,8 @@ <h3>Log in using one of the following identity providers:</h3> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> + <script src="js/config.js"></script> <script src="js/ponymail.js"></script> <script src="js/oauth.js"></script> - <script src="js/config.js"></script> </body> -</html> \ No newline at end of file +</html> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
