mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix HTML to JSX converter to work with https
This commit is contained in:
@@ -6,6 +6,6 @@ id: html-jsx
|
||||
<div class="jsxCompiler">
|
||||
<h1>HTML to JSX Compiler</h1>
|
||||
<div id="jsxCompiler"></div>
|
||||
<script src="http://reactjs.github.io/react-magic/htmltojsx.min.js"></script>
|
||||
<script src="https://reactjs.github.io/react-magic/htmltojsx.min.js"></script>
|
||||
<script src="js/html-jsx.js"></script>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user