X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..3cff6e4a3f7e7acceacbc621f9196204b508121e:/redakcja/static/js/wiki/view_history.js diff --git a/redakcja/static/js/wiki/view_history.js b/redakcja/static/js/wiki/view_history.js index b4a9dd8a..348f0c78 100644 --- a/redakcja/static/js/wiki/view_history.js +++ b/redakcja/static/js/wiki/view_history.js @@ -96,6 +96,9 @@ tag: function(value) { return tags.filter("*[value='"+value+"']").text(); } +// description: function(value) { +// return value.replace('\n', '); +// } } }); });