[SCM] live-studio branch, master, updated. 72a6b817eb3a9bf32b9ffb966b5dd258b50f5141

Chris Lamb lamby at debian.org
Sun Aug 1 04:52:04 UTC 2010


The following commit has been merged in the master branch:
commit 62abe589e60e5cc71d0b3d2b91af48f413808ec9
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 00:27:49 2010 -0400

    Add jquery to base template

diff --git a/templates/base.html b/templates/base.html
index 3f7410a..e3b5691 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,6 +3,8 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Debian Live Studio</title>
   <link rel="stylesheet" href="{% static "css/stylesheet.css" %}" type="text/css" />
+
+  <script language="javascript" src="{% static "js/jquery.js" %}"></script>
 </head>
 
 <body>

-- 
live-studio



More information about the debian-live-changes mailing list