Merge pull request #447 from shreyansh9226/master

Update popover function call method signature
This commit is contained in:
Cüneyt Şentürk 2018-08-13 15:03:55 +03:00 committed by GitHub
commit 784d2fd6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -279,7 +279,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 () {

View File

@ -310,7 +310,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 () {

View File

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

View File

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