File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1012,6 +1012,7 @@ <h2>Choose an Option</h2>
10121012 <button onclick="location.href='location.href='https://microintel.github.io/endgram/file/coding.html';modal.close()"> Portfolio Management </button>
10131013 <button onclick="location.href='https://microintel.github.io/endgram/file/coding.html';modal.close()"> Statements</button>
10141014 <button onclick="location.href='https://microintel.github.io/endgram/file/coding.html';modal.close()"> Bills </button>
1015+ <button onclick="location.href='logout.html';modal.close()"> LogOut </button>
10151016
10161017 </div>
10171018 ` ) ;
Original file line number Diff line number Diff line change 9999 e . preventDefault ( ) ;
100100 const ux = document . getElementById ( 'u' ) . value ;
101101 const px = document . getElementById ( 'p' ) . value ;
102- const pi = document . getElementById ( 'logpin' ) . value ;
102+ const pi = "1234" ;
103103 const fileInput = document . getElementById ( 'fileInput' ) ;
104104
105105 if ( fileInput . files . length > 0 ) {
158158 nkndata = data [ key ] ;
159159 }
160160 os . put ( data [ key ] , key ) ;
161+
161162 }
162163
163164 tx . oncomplete = ( ) => {
You can’t perform that action at this time.
0 commit comments