File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
default-templates/new-account Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < title > {{#if name}}{{name}} – {{/if}}Solid Home</ title >
77 < link rel ="stylesheet " href ="/common/css/bootstrap.min.css ">
8- < script id ="solid-auth-client " src ="/common/js/solid-auth-client.bundle.js " defer > </ script >
98 < style >
109 .session-action {
1110 margin-right : 15px ;
@@ -76,6 +75,7 @@ <h1>Apps</h1>
7675 </ section >
7776</ div >
7877</ body >
78+ < script src ="/common/js/solid-auth-client.bundle.js "> </ script >
7979< script type ="text/javascript ">
8080 const popupUri = window . location . origin + '/common/popup.html'
8181 const stateData = {
@@ -133,6 +133,6 @@ <h1>Apps</h1>
133133 return document . getElementById ( 'session-action' )
134134 }
135135
136- main ( )
136+ document . addEventListener ( 'DOMContentLoaded' , main )
137137</ script >
138138</ html >
You can’t perform that action at this time.
0 commit comments