mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-19 09:53:01 +00:00
doc: remove modernizr.min.js
modernizr.min.js is no longer used by Sphinx's rtd theme and is causing some browsers to have a noticable flash when pages are loaded. While we can't easily remove it from the RTD theme, we can replace the script with an empty file instead. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
f791574f0e
commit
4d4c4e7b68
5
doc/static/js/modernizr.min.js
vendored
Normal file
5
doc/static/js/modernizr.min.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/* modernizr.min.js is causing unnecessary reloads of a page causing
|
||||
* flashing of the browser window during page load. This empty script
|
||||
* effectively wipes out the modernizr.min.js loaded by the Sphinx
|
||||
* rtd theme
|
||||
*/
|
Loading…
Reference in New Issue
Block a user