Popover fix
Fixed: Calling popover with html variable under quotes.
This commit is contained in:
parent
ba395d08c5
commit
e6f18b8a33
@ -303,7 +303,7 @@
|
||||
});
|
||||
|
||||
$('a[rel=popover]').popover({
|
||||
html: 'true',
|
||||
html: true,
|
||||
placement: 'bottom',
|
||||
title: '{{ trans('invoices.discount') }}',
|
||||
content: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user