diff options
Diffstat (limited to 'examples/disabled.html')
-rw-r--r-- | examples/disabled.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/disabled.html b/examples/disabled.html index c529fcc..64d0d96 100644 --- a/examples/disabled.html +++ b/examples/disabled.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <html> | 2 | <html> |
3 | 3 | ||
4 | <head> | 4 | <head> |
5 | <title>disabled.js - example - rc-time-picker@2.1.0</title> | 5 | <title>disabled.js - example - rc-time-picker@2.2.0</title> |
6 | <meta name="viewport" | 6 | <meta name="viewport" |
7 | content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> | 7 | content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> |
8 | <meta charset="utf-8"/> | 8 | <meta charset="utf-8"/> |
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic | |||
251 | <!--[if lt IE 9]> | 251 | <!--[if lt IE 9]> |
252 | <script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script> | 252 | <script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script> |
253 | <![endif]--> | 253 | <![endif]--> |
254 | 254 | <script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script> | |
255 | <script> | ||
256 | if(!window.Promise) { | ||
257 | document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>'); | ||
258 | } | ||
259 | </script> | ||
255 | <link rel="stylesheet" href="common.css" /> | 260 | <link rel="stylesheet" href="common.css" /> |
256 | </head> | 261 | </head> |
257 | 262 | ||
258 | <body> | 263 | <body> |
259 | <div class="container"> | 264 | <div class="container"> |
260 | <div class="header"> | 265 | <div class="header"> |
261 | <h1>rc-time-picker@2.1.0</h1> | 266 | <h1>rc-time-picker@2.2.0</h1> |
262 | 267 | ||
263 | <p>React TimePicker</p> | 268 | <p>React TimePicker</p> |
264 | </div> | 269 | </div> |
@@ -333,7 +338,7 @@ ReactDom.render( | |||
333 | alt="Fork me on GitHub" | 338 | alt="Fork me on GitHub" |
334 | data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"> | 339 | data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"> |
335 | </a> | 340 | </a> |
336 | 341 | <script>FastClick.attach(document.body);</script> | |
337 | <script src="common.js?nowrap"></script> | 342 | <script src="common.js?nowrap"></script> |
338 | <script src="disabled.js?nowrap"></script> | 343 | <script src="disabled.js?nowrap"></script> |
339 | </body> | 344 | </body> |