presentation, fullscreen toggle; user state; animation loading;

This commit is contained in:
life
2015-03-06 22:13:27 +08:00
parent fe29869cc8
commit a836aa5a1f
24 changed files with 904 additions and 96 deletions

View File

@@ -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