Thomas Cui
Thomas Cui
Can I setup custom inline styles mapping, like I want to map UNDERLINE with `u` tap?
run `grecaptcha.reset()` and then the `onChange` event doesn't work anymore. You could need to bind everything after the reset
I use ReduxAsyncConnect with `react-intl` ``` javascript const component = ( !item.deferred} />} history={browserHistory}> {getRoutes(store)} ); ReactDOM.render( {component} , dest); ``` But code in `asyncConnect` run again on the client...
i.e. the best place to copy this code: ``` html (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXX-X', 'auto'); ga('send', 'pageview'); ``` I tried to copy this code into html.js. But...