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 0ca69a7 Enable strict mode
0ca69a7 is described below
commit 0ca69a7dac3442ab42daf4e85727956da3e0bccf
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Nov 17 18:55:14 2021 +0100
Enable strict mode
---
webui/js/source/base-http-extensions.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/webui/js/source/base-http-extensions.js
b/webui/js/source/base-http-extensions.js
index 4ac52c3..10ecaff 100644
--- a/webui/js/source/base-http-extensions.js
+++ b/webui/js/source/base-http-extensions.js
@@ -15,6 +15,7 @@
limitations under the License.
*/
+'use strict';
// URL calls currently 'in escrow'. This controls the spinny wheel animation
let async_escrow = {}