]> git.zarvox.org Git - imoo.git/commitdiff
Switch React sources to cdnjs to work behind https
authorDrew Fisher <drew.m.fisher@gmail.com>
Mon, 19 May 2014 01:25:25 +0000 (21:25 -0400)
committerDrew Fisher <drew.m.fisher@gmail.com>
Mon, 19 May 2014 01:25:25 +0000 (21:25 -0400)
reactornado/index.html

index 994bd01fe94ef57f10543be5fd058b24305fa090..af4ba64943535bfdf551eec4ed8fed7c0ce3bb7e 100644 (file)
@@ -3,9 +3,9 @@
        <head>
                <link rel="stylesheet" href="style.css">
                <!-- The core React library, plus some experimental addons -->
-               <script src="http://fb.me/react-with-addons-0.10.0.js"></script>
+               <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/react/0.10.0/react-with-addons.js"></script>
                <!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
-               <script src="http://fb.me/JSXTransformer-0.10.0.js"></script>
+               <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/react/0.10.0/JSXTransformer.js"></script>
                <script type="text/jsx" src="widgets.js"></script>
                <script type="text/javascript" src="dispatcher.js"></script>
                <script type="text/javascript" src="main.js"></script>