@@ -32,8 +32,13 @@ function changeVersion(version) {
});
}
changeTheme(localStorage.getItem('theme'))
functionchangeTheme(theme){
if(theme===null){
theme='light';
}
$('body').attr('data-style',theme);
localStorage.setItem('theme',theme);
}
functionupdateView(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.