Skip to content

Commit

Permalink
add a few lines back to potential clean up the redirct mode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Jun 30, 2022
1 parent 8776523 commit 44336a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ function clear_mode_settings(mode_name) {
case 'off':
console.log('cleared settings for off');
break;
case 'lite':
clear_header();
clear_redirect();
console.log('cleared settings for lite');
break;
case 'normal':
clear_header();
clear_redirect();
Expand Down

0 comments on commit 44336a8

Please sign in to comment.