send feedback for use of history in onlyoffice
parent
1ba080739b
commit
c7f0399134
|
@ -8,6 +8,7 @@ define([
|
|||
'/common/common-hash.js',
|
||||
'/common/common-util.js',
|
||||
'/common/common-ui-elements.js',
|
||||
'/common/common-feedback.js',
|
||||
'/common/hyperscript.js',
|
||||
'/api/config',
|
||||
'/customize/messages.js',
|
||||
|
@ -35,6 +36,7 @@ define([
|
|||
Hash,
|
||||
Util,
|
||||
UIElements,
|
||||
Feedback,
|
||||
h,
|
||||
ApiConfig,
|
||||
Messages,
|
||||
|
@ -1959,7 +1961,7 @@ define([
|
|||
}).click(function () {
|
||||
ooChannel.historyLastHash = ooChannel.lastHash;
|
||||
ooChannel.currentIndex = ooChannel.cpIndex;
|
||||
//Feedback.send('OO_HISTORY'); // XXX pull Feedback from require
|
||||
Feedback.send('OO_HISTORY');
|
||||
var histConfig = {
|
||||
onPatch: onPatch,
|
||||
onCheckpoint: onCheckpoint,
|
||||
|
|
Loading…
Reference in New Issue