Popover fix

Fixed: Calling popover with html variable under quotes.
This commit is contained in:
Shreyansh Panchal 2018-08-13 17:28:01 +05:30 committed by GitHub
parent ba395d08c5
commit e6f18b8a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,7 @@
});
$('a[rel=popover]').popover({
html: 'true',
html: true,
placement: 'bottom',
title: '{{ trans('invoices.discount') }}',
content: function () {