[PE][DE] Fix show history
This commit is contained in:
parent
b1d3ba3fc0
commit
4da4514e97
|
@ -261,6 +261,7 @@ define([
|
|||
callback: function(btn) {
|
||||
if (btn == 'ok') {
|
||||
me.api.asc_undoAllChanges();
|
||||
me.api.asc_continueSaving();
|
||||
me.showHistory();
|
||||
} else
|
||||
me.api.asc_continueSaving();
|
||||
|
|
|
@ -265,6 +265,7 @@ define([
|
|||
callback: function(btn) {
|
||||
if (btn == 'ok') {
|
||||
me.api.asc_undoAllChanges();
|
||||
me.api.asc_continueSaving();
|
||||
me.showHistory();
|
||||
} else
|
||||
me.api.asc_continueSaving();
|
||||
|
|
Loading…
Reference in a new issue