You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/06/01 16:04:14 UTC

[2/2] couchdb-www git commit: feat: re-add jquery that was lost in jira.js removal

feat: re-add jquery that was lost in jira.js removal


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/8ef6d7e5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/8ef6d7e5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/8ef6d7e5

Branch: refs/heads/asf-site
Commit: 8ef6d7e5207b9bf7483231db77358861c04fd242
Parents: 092e7b4
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Jun 1 18:04:07 2017 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Jun 1 18:04:07 2017 +0200

----------------------------------------------------------------------
 index.html                 | 3 ++-
 script/jquery-1.7.1.min.js | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/8ef6d7e5/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 8381935..968673c 100644
--- a/index.html
+++ b/index.html
@@ -29,6 +29,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
 <link rel="stylesheet" type="text/css" href="style/master.css">
 
 <script src="script/smooth.js" type="text/javascript"></script>
+<script src="script/jquery-1.7.1.min.js" type="text/javascript"></script>
 
 </head>
 
@@ -436,7 +437,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
             </ul>
           </div>
         </div>
-       
+
       </div>
     </div>
   </div>