From 4530abf4955e36854953da7dd89bdaa32c080164 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 18 Sep 2016 14:58:44 +0300 Subject: [PATCH] Disable wordWrapText --- resources/views/invoices/knockout.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/invoices/knockout.blade.php b/resources/views/invoices/knockout.blade.php index d3b7ebc3c80c..c878cf09af73 100644 --- a/resources/views/invoices/knockout.blade.php +++ b/resources/views/invoices/knockout.blade.php @@ -750,9 +750,9 @@ function ItemModel(data) { return this.notes(); }, write: function(value) { - value = wordWrapText(value, 235); + //value = wordWrapText(value, 235); self.notes(value); - onItemChange(); + //onItemChange(); }, owner: this });