| 
									
										
										
										
											2014-04-21 07:09:47 +08:00
										 |  |  | /*! | 
					
						
							|  |  |  |  * IE10 viewport hack for Surface/desktop Windows 8 bug | 
					
						
							| 
									
										
										
										
											2016-05-21 00:04:31 +08:00
										 |  |  |  * Copyright 2014-2015 The Bootstrap Authors | 
					
						
							| 
									
										
										
										
											2015-04-29 17:11:58 +08:00
										 |  |  |  * Copyright 2014-2015 Twitter, Inc. | 
					
						
							| 
									
										
										
										
											2015-05-15 06:50:07 +08:00
										 |  |  |  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 | 
					
						
							| 
									
										
										
										
											2014-04-21 07:09:47 +08:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // See the Getting Started docs for more information:
 | 
					
						
							| 
									
										
										
										
											2016-10-04 00:55:59 +08:00
										 |  |  | // https://getbootstrap.com/getting-started/#support-ie10-width
 | 
					
						
							| 
									
										
										
										
											2014-04-21 07:09:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | (function () { | 
					
						
							| 
									
										
										
										
											2014-03-17 15:12:55 +08:00
										 |  |  |   'use strict'; | 
					
						
							| 
									
										
										
										
											2015-04-29 17:11:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-04-21 07:09:47 +08:00
										 |  |  |   if (navigator.userAgent.match(/IEMobile\/10\.0/)) { | 
					
						
							|  |  |  |     var msViewportStyle = document.createElement('style') | 
					
						
							|  |  |  |     msViewportStyle.appendChild( | 
					
						
							|  |  |  |       document.createTextNode( | 
					
						
							|  |  |  |         '@-ms-viewport{width:auto!important}' | 
					
						
							|  |  |  |       ) | 
					
						
							|  |  |  |     ) | 
					
						
							| 
									
										
										
										
											2015-10-29 06:07:48 +08:00
										 |  |  |     document.head.appendChild(msViewportStyle) | 
					
						
							| 
									
										
										
										
											2014-04-21 07:09:47 +08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2015-04-29 17:11:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-04-21 07:09:47 +08:00
										 |  |  | })(); |