From e6f18b8a338288863d96d2a3b34e1f12d5d954e2 Mon Sep 17 00:00:00 2001 From: Shreyansh Panchal Date: Mon, 13 Aug 2018 17:28:01 +0530 Subject: [PATCH] Popover fix Fixed: Calling popover with html variable under quotes. --- resources/views/incomes/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/incomes/invoices/edit.blade.php b/resources/views/incomes/invoices/edit.blade.php index 4bbf3d589..87f43a33a 100644 --- a/resources/views/incomes/invoices/edit.blade.php +++ b/resources/views/incomes/invoices/edit.blade.php @@ -303,7 +303,7 @@ }); $('a[rel=popover]').popover({ - html: 'true', + html: true, placement: 'bottom', title: '{{ trans('invoices.discount') }}', content: function () {