mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
[DE] Fix Bug 62791
This commit is contained in:
@ -1247,7 +1247,7 @@ define([
|
||||
},
|
||||
|
||||
loadRecent: function(){
|
||||
var sRecents = Common.localStorage.getItem('de-recent-bullets');
|
||||
var sRecents = Common.localStorage.getItem('de-recent-list-bullets');
|
||||
if(sRecents !== ''){
|
||||
sRecents = JSON.parse(sRecents);
|
||||
}
|
||||
@ -1272,7 +1272,7 @@ define([
|
||||
|
||||
saveRecent: function(){
|
||||
var sJSON = JSON.stringify(this.recentBullets);
|
||||
Common.localStorage.setItem('de-recent-bullets', sJSON);
|
||||
Common.localStorage.setItem('de-recent-list-bullets', sJSON);
|
||||
},
|
||||
|
||||
saveRecentNum: function(){
|
||||
|
||||
Reference in New Issue
Block a user