diff options
Diffstat (limited to 'examples/12hours.html')
-rw-r--r-- | examples/12hours.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/12hours.html b/examples/12hours.html index c07475b..b2875bc 100644 --- a/examples/12hours.html +++ b/examples/12hours.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <html> | 2 | <html> |
3 | 3 | ||
4 | <head> | 4 | <head> |
5 | <title>12hours.js - example - rc-time-picker@3.2.1</title> | 5 | <title>12hours.js - example - rc-time-picker@3.3.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"/> |
@@ -263,7 +263,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic | |||
263 | <body> | 263 | <body> |
264 | <div class="container"> | 264 | <div class="container"> |
265 | <div class="header"> | 265 | <div class="header"> |
266 | <h1>rc-time-picker@3.2.1</h1> | 266 | <h1>rc-time-picker@3.3.0</h1> |
267 | 267 | ||
268 | <p>React TimePicker</p> | 268 | <p>React TimePicker</p> |
269 | </div> | 269 | </div> |
@@ -296,6 +296,7 @@ ReactDom.render( | |||
296 | <span class="hljs-attribute">onChange</span>=<span class="hljs-value">{onChange}</span> | 296 | <span class="hljs-attribute">onChange</span>=<span class="hljs-value">{onChange}</span> |
297 | <span class="hljs-attribute">format</span>=<span class="hljs-value">{format}</span> | 297 | <span class="hljs-attribute">format</span>=<span class="hljs-value">{format}</span> |
298 | <span class="hljs-attribute">use12Hours</span> | 298 | <span class="hljs-attribute">use12Hours</span> |
299 | <span class="hljs-attribute">inputReadOnly</span> | ||
299 | /></span>, | 300 | /></span>, |
300 | document.getElementById('__react-content') | 301 | document.getElementById('__react-content') |
301 | ); | 302 | ); |