From 9dc111186cd5c2f382bad0ebcd69c9238b55e7c8 Mon Sep 17 00:00:00 2001 From: huqi Date: Fri, 3 Dec 2021 15:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=BF=E7=AD=BEf5=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E4=B8=8D=E4=BF=9D=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/o2_core/o2/xDesktop/Default.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/o2web/source/o2_core/o2/xDesktop/Default.js b/o2web/source/o2_core/o2/xDesktop/Default.js index aa91e6e074..b55acab2b0 100644 --- a/o2web/source/o2_core/o2/xDesktop/Default.js +++ b/o2web/source/o2_core/o2/xDesktop/Default.js @@ -580,13 +580,6 @@ o2.xDesktop.Default = new Class({ }, logout: function(){ this.isLogout = true; - if (this.apps["Note"]){ - if (this.apps["Note"].notes){ - this.apps["Note"].notes.each(function(note){ - note.save(); - }); - } - } if (!this.notRecordStatus){ this.recordDesktopStatus(function(){ (layout.authentication || new o2.xDesktop.Authentication()).logout(); -- GitLab