Merge pull request #447 from shreyansh9226/master
Update popover function call method signature
This commit is contained in:
		@@ -279,7 +279,7 @@
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            $('a[rel=popover]').popover({
 | 
			
		||||
                html: 'true',
 | 
			
		||||
                html: true,
 | 
			
		||||
                placement: 'bottom',
 | 
			
		||||
                title: '{{ trans('bills.discount') }}',
 | 
			
		||||
                content: function () {
 | 
			
		||||
 
 | 
			
		||||
@@ -310,7 +310,7 @@
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            $('a[rel=popover]').popover({
 | 
			
		||||
                html: 'true',
 | 
			
		||||
                html: true,
 | 
			
		||||
                placement: 'bottom',
 | 
			
		||||
                title: '{{ trans('bills.discount') }}',
 | 
			
		||||
                content: function () {
 | 
			
		||||
 
 | 
			
		||||
@@ -278,7 +278,7 @@
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            $('a[rel=popover]').popover({
 | 
			
		||||
                html: 'true',
 | 
			
		||||
                html: true,
 | 
			
		||||
                placement: 'bottom',
 | 
			
		||||
                title: '{{ trans('invoices.discount') }}',
 | 
			
		||||
                content: function () {
 | 
			
		||||
 
 | 
			
		||||
@@ -309,7 +309,7 @@
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            $('a[rel=popover]').popover({
 | 
			
		||||
                html: 'true',
 | 
			
		||||
                html: true,
 | 
			
		||||
                placement: 'bottom',
 | 
			
		||||
                title: '{{ trans('invoices.discount') }}',
 | 
			
		||||
                content: function () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user