Fix test-suite index page by using properly hosted handlebars.js
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 01 Aug 2013 10:16:42 +0200
changeset 1828 b3f3b56f3d1f
parent 1827 babf041e0a09
child 1829 67f5042daeda
Fix test-suite index page by using properly hosted handlebars.js

The one hosted on GitHub caused problems with Chrome and IE because it is served as text/plain.
test-suite/index.html
--- a/test-suite/index.html	Wed Jul 31 16:21:16 2013 -0700
+++ b/test-suite/index.html	Thu Aug 01 10:16:42 2013 +0200
@@ -15,7 +15,7 @@
   <link rel="shortcut icon" href="../favicon.ico" />
   <link href="../site.css" rel="stylesheet" type="text/css" />
   <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
-  <script type="text/javascript" src="https://raw.github.com/wycats/handlebars.js/1.0.0-rc.3/dist/handlebars.js"></script>
+  <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.3/handlebars.min.js"></script>
   <script id="manifest" tile="application/ld+json" src="manifest.jsonld"></script>
   <script id="manifest-template" type="text/x-handlebars-template">
     <section>
@@ -42,7 +42,7 @@
       <div class="row-fluid">
         <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
           <span class="icon-bar"></span>
-          <span class="icon-bar"></span> 
+          <span class="icon-bar"></span>
           <span class="icon-bar"></span>
         </a>
         <a class="brand active" href="../"><img src="../images/json-ld-data-24.png" alt="JSON-LD logo"> JSON-LD</a>