Commit 32f9bd20 authored by Sindre Sorhus's avatar Sindre Sorhus

Move ExtJS to labs

parent bf3f3e56
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ExtJS • TodoMVC</title> <title>ExtJS • TodoMVC</title>
<!--<link rel="stylesheet" href="../../assets/base.css">--> <!--<link rel="stylesheet" href="../../../assets/base.css">-->
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<!--[if IE]> <!--[if IE]>
<script src="../../assets/ie.js"></script> <script src="../../../assets/ie.js"></script>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
Created by <a href="http://revolunet.com/">Revolunet</a><br /> Created by <a href="http://revolunet.com/">Revolunet</a><br />
Updates by <a href="http://github.com/boushley">Aaron Boushley</a> Updates by <a href="http://github.com/boushley">Aaron Boushley</a>
</div> </div>
<script src="../../assets/base.js"></script> <script src="../../../assets/base.js"></script>
<script src="http://extjs.cachefly.net/ext-4.0.2a/bootstrap.js"></script> <script src="http://extjs.cachefly.net/ext-4.0.2a/bootstrap.js"></script>
<script src="js/app.js"></script> <script src="js/app.js"></script>
</body> </body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment