Remove unused loading of jQuery.
--- a/index.html Tue Sep 06 18:46:35 2011 -0400
+++ b/index.html Tue Sep 06 18:47:53 2011 -0400
@@ -12,7 +12,6 @@
<title>JSON-LD - JSON for Linking Data</title>
<link href="site.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
--- a/requirements/index.php Tue Sep 06 18:46:35 2011 -0400
+++ b/requirements/index.php Tue Sep 06 18:47:53 2011 -0400
@@ -15,7 +15,6 @@
<title>JSON-LD - Requirements</title>
<link href="../site.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
--- a/spec/index.php Tue Sep 06 18:46:35 2011 -0400
+++ b/spec/index.php Tue Sep 06 18:47:53 2011 -0400
@@ -15,7 +15,6 @@
<title>JSON-LD - Specifications</title>
<link href="../site.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>