jiti-meet/static
Leonard Kim b74b29e8a0 fix(css): load css before js
Currently all.css is loaded after app.js. This means there may
not be a guarantee that the css is loaded before the js, which
is bad because the js does dom querying for sizes on elements,
but some element sizes will be affected by js. So instead load
css upfront and let the browser block as needed or at least
give the css a head start in racing javascript to load.
2017-12-05 08:50:13 -06:00
..
404.html Moves all static content/files in a new folder. 2017-03-20 16:05:11 -05:00
authError.html Moves all static content/files in a new folder. 2017-03-20 16:05:11 -05:00
close.html Moves all static content/files in a new folder. 2017-03-20 16:05:11 -05:00
close.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
close2.html Moves all static content/files in a new folder. 2017-03-20 16:05:11 -05:00
deviceSelectionPopup.html fix(css): load css before js 2017-12-05 08:50:13 -06:00