Skip to content

Commit

Permalink
CLDR-11687 Update Dojo (unicode-org#380)
Browse files Browse the repository at this point in the history
-Add async: true in dojoConfig, fix warning XMLHttpRequest with the synchronous flag set to true is deprecated
  • Loading branch information
btangmu committed Mar 27, 2020
1 parent 020639f commit 5a96b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cldr-apps/WebContent/WEB-INF/tmpl/ajax_status.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
dojoConfig = {
parseOnLoad: true,
/* async: true, */
async: true,
};</script>
<script src='//ajax.googleapis.com/ajax/libs/dojo/1.14.1/dojo/dojo.js'></script>
<script>
Expand Down

0 comments on commit 5a96b63

Please sign in to comment.