From 7920e7352b8153d9b8656253d7ead6f8750889f1 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sun, 24 May 2020 22:43:48 +0300 Subject: [PATCH] chore(docs-app): remove `document.write()` from docs `index.html` Previously, the docs app used `document.write()`, causing the following warning on Chrome: ``` A parser-blocking, cross site (i.e. different eTLD+1) script, https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. ``` In the past, `document.write()` seems to have been used in order for browsers (such as Firefox) to work correctly with our dynamically set `` tag and relative style/script URLs. This commit replaces `document.write()` with regular `