Merge branch 'soon' into staging

This commit is contained in:
ansuz
2017-06-05 11:43:26 +02:00
5 changed files with 552 additions and 6 deletions

View File

@@ -197,8 +197,8 @@ define([
/* add a history button */
var histConfig = {
onLocal: config.onLocal(),
onRemote: config.onRemote(),
onLocal: config.onLocal,
onRemote: config.onRemote,
setHistory: setHistory,
applyVal: function (val) {
var remoteDoc = JSON.parse(val || '{}').content;