File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ const synchronizePageWithUserState = async function() {
3232
3333 const authToken = await Auth . getAuthToken ( ) ;
3434
35+ document . getElementById ( 'loading' ) . style . display = 'none' ;
36+
3537 if ( authToken == null ) {
3638 // User not signed in
3739 signedOutContent . style . display = null ;
Original file line number Diff line number Diff line change 3333 " https://docs.google.com/document/d/*" ,
3434 " http://docs.google.com/document/d/*" ,
3535 " https://linenumbers.app/*" ,
36- " *://*.linenumbers.app/*" ,
37- " https://accounts.google.com/*" ,
38- " https://www.googleapis.com/*" ,
39- " *://*.google.com/*" ,
40- " tabs" ,
4136 " storage" ,
4237 " identity" ,
4338 " notifications"
Original file line number Diff line number Diff line change 2222 < div id ="landing ">
2323
2424 < div class ="content ">
25+ < section id ="loading ">
26+ Loading...
27+ </ section >
28+
2529 < section id ="signed-out-content " style ="display: none; ">
2630 < div class ="active-banner ">
2731 Line Numbers is active, but some features are not enabled.
You can’t perform that action at this time.
0 commit comments