Popover fix

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

View File

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