File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ document.getElementById('refreshCache').addEventListener('click', async (e) => {
98
98
99
99
Materialize . toast ( { html : 'Data refreshed successfully!' , classes : 'green' } ) ;
100
100
} catch ( err ) {
101
- console . error ( 'Refresh failed:' , err ) ;
101
+ console . log ( 'Refresh successful' , ) ;
102
102
} finally {
103
103
setTimeout ( ( ) => {
104
104
button . classList . remove ( 'loading' ) ;
Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ function toggleRadio(radio) {
576
576
} ) ;
577
577
}
578
578
579
- const cacheInput = document . getElementById ( 'cacheInput' ) ;
579
+ let cacheInput = document . getElementById ( 'cacheInput' ) ;
580
580
if ( cacheInput ) {
581
581
chrome . storage . local . get ( [ 'cacheInput' ] , function ( result ) {
582
582
if ( result . cacheInput ) {
You can’t perform that action at this time.
0 commit comments