From 6bdaf2077049a3a612dd3382f3cb40341fb0b445 Mon Sep 17 00:00:00 2001 From: Himanshu Singh Date: Sat, 18 May 2019 23:31:19 +0530 Subject: [PATCH] Mobile Browser accessibility Changed `console.log` to `alert` so that mobile browser users can know the order of execution. --- 2-ui/5-loading/01-onload-ondomcontentloaded/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md index 2d60aa1d..67f52e00 100644 --- a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md +++ b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md @@ -60,7 +60,7 @@ So DOMContentLoaded definitely happens after such scripts: ```html run