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