mirror of
				https://github.com/twbs/bootstrap.git
				synced 2022-11-09 12:25:43 -05:00 
			
		
		
		
	Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages
This commit is contained in:
		
							parent
							
								
									d6d9bb5bc8
								
							
						
					
					
						commit
						9742bb2ee4
					
				
					 21 changed files with 44 additions and 74 deletions
				
			
		|  | @ -20,9 +20,6 @@ | |||
|     <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> | ||||
|     <script src="../../assets/js/ie-emulation-modes-warning.js"></script> | ||||
| 
 | ||||
|     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||||
|     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> | ||||
| 
 | ||||
|     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||||
|     <!--[if lt IE 9]> | ||||
|       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||||
|  | @ -53,6 +50,10 @@ | |||
|     <!-- Placed at the end of the document so the pages load faster --> | ||||
|     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||||
|     <script src="../../dist/js/bootstrap.min.js"></script> | ||||
| 
 | ||||
|     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||||
|     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> | ||||
| 
 | ||||
|     <script src="tooltip-viewport.js"></script> | ||||
|   </body> | ||||
| </html> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chris Rebert
						Chris Rebert