fix misconfigured history

This commit is contained in:
ansuz
2017-05-29 17:25:06 +02:00
parent 41a8604cb8
commit 1240b864ef
3 changed files with 6 additions and 6 deletions

View File

@@ -500,8 +500,8 @@ define([
/* add a history button */
var histConfig = {
onLocal: realtimeOptions.onLocal(),
onRemote: realtimeOptions.onRemote(),
onLocal: realtimeOptions.onLocal,
onRemote: realtimeOptions.onRemote,
setHistory: setHistory,
applyVal: function (val) { applyHjson(val || '["BODY",{},[]]'); },
$toolbar: $bar