From 8e58838a842f4a1ac1c94901d212b85c059d7d24 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 28 Dec 2015 08:42:56 +0100 Subject: [PATCH] Fixed typo. --- app/assets/javascripts/app/lib/base/jquery.contenteditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/lib/base/jquery.contenteditable.js b/app/assets/javascripts/app/lib/base/jquery.contenteditable.js index 85896dfda..a58c484f5 100644 --- a/app/assets/javascripts/app/lib/base/jquery.contenteditable.js +++ b/app/assets/javascripts/app/lib/base/jquery.contenteditable.js @@ -142,7 +142,7 @@ // cleanup text = App.Utils.removeEmptyLines(text) - _this.log('insert', test) + _this.log('insert', text) document.execCommand('insertHTML', false, text) return true })