Branch: refs/heads/master
Home:
https://github.com/webdsl/webdsl
Commit: 53617226b6d9c0054809175dd3bd8ba276357612
https://github.com/webdsl/webdsl/commit/53617226b6d9c0054809175dd3bd8ba276357612
Author: Elmer van Chastelet <
e.vanch...@tudelft.nl>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M src/org/webdsl/dsl/project/template-java-servlet/javascript/ajax.js
Log Message:
-----------
`ajax.js`: Improve dynamic loading of js-resources. Enforce order of resource loading by loading next resource on `onload` or `onerror` callback (the order of `<script>` tags appended to `<head>` did not guarantee resources to be finished loading before loading the next resource)