Popover fix
Fixed: Calling popover with html variable under quotes.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							34d5ed3172
						
					
				
				
					commit
					efe69843ee
				
			@@ -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 () {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user