mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
presentation, fullscreen toggle; user state; animation loading;
This commit is contained in:
@@ -1383,6 +1383,11 @@ var ContextTips = {
|
||||
}
|
||||
};
|
||||
|
||||
function switchAccount() {
|
||||
SyncService.stop();
|
||||
location.href = 'login.html';
|
||||
}
|
||||
|
||||
function commonCmd(e) {
|
||||
var num = e.which ? e.which : e.keyCode;
|
||||
// copy, paste
|
||||
|
Reference in New Issue
Block a user