Remove unused loading of jQuery.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Tue, 06 Sep 2011 18:47:53 -0400
changeset 197 34faa900f85a
parent 196 5adbf4279ef6
child 198 bd6aaca859e5
Remove unused loading of jQuery.
index.html
requirements/index.php
spec/index.php
--- 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>