-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45055/
-----------------------------------------------------------

(Updated March 22, 2016, 12:12 a.m.)


Review request for Aurora and Joshua Cohen.


Changes
-------

Only move CSS to the header section.


Repository: aurora


Description
-------

Refreshing a subpage of /scheduler in Chrome temporarily resize the Aurora
logo. This seems to be due to us loading all scripts and styles in the <body>
after first rending the logo.

By loading all scripts in the header using the `defer` attribute, scripts are
only executed after the entire document has been loaded. They are executed in
order.


Diffs (updated)
-----

  src/main/resources/scheduler/assets/scheduler/index.html 
383ca43dfc14448b67181e9d94dd805ac1bbfaa7 

Diff: https://reviews.apache.org/r/45055/diff/


Testing
-------


Thanks,

Stephan Erb

Reply via email to