mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	add missing event namespacing in modal.js
This commit is contained in:
		
							parent
							
								
									e44f5b15b1
								
							
						
					
					
						commit
						3d1723d689
					
				| @ -269,7 +269,7 @@ | |||||||
|     if ($this.is('a')) e.preventDefault() |     if ($this.is('a')) e.preventDefault() | ||||||
| 
 | 
 | ||||||
|     Plugin.call($target, option, this) |     Plugin.call($target, option, this) | ||||||
|     $target.one('hide', function () { |     $target.one('hide.bs.modal', function () { | ||||||
|       $this.is(':visible') && $this.trigger('focus') |       $this.is(':visible') && $this.trigger('focus') | ||||||
|     }) |     }) | ||||||
|   }) |   }) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user