diff --git a/public_html/templates/history.tpl b/public_html/templates/history.tpl index 968eec15..524244c6 100644 --- a/public_html/templates/history.tpl +++ b/public_html/templates/history.tpl @@ -1,3 +1,12 @@ +<% +var reprValue = function(value) { + if (typeof(value) === 'string' || value instanceof String) { + return value; + } + return JSON.stringify(value); +}; +%> +

History

@@ -45,13 +54,13 @@