[snowy] Disable editing for the first release
- From: Brad Taylor <btaylor src gnome org>
- To: svn-commits-list gnome org
- Subject: [snowy] Disable editing for the first release
- Date: Thu, 23 Jul 2009 14:08:50 +0000 (UTC)
commit 0e6146f2b6587612ee50ff6b7376e768fc471133
Author: Brad Taylor <brad getcoded net>
Date: Thu Jul 23 10:08:45 2009 -0400
Disable editing for the first release
notes/templates/notes/note_detail.html | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/notes/templates/notes/note_detail.html b/notes/templates/notes/note_detail.html
index 67c2681..a94d669 100644
--- a/notes/templates/notes/note_detail.html
+++ b/notes/templates/notes/note_detail.html
@@ -5,8 +5,11 @@
{% block extra_head %}
<script type="text/javascript" src="{{ MEDIA_URL }}js/DUI.js" charset="utf-8"></script>
+{# Disable funcooker for now #}
+{% comment %}
<script type="text/javascript" src="{{ MEDIA_URL }}js/funcooker.js" charset="utf-8"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.scrollfollow.js" charset="utf-8"></script>
+{% endcomment %}
{% endblock %}
{% block title %}{{ title|safe }} | Notes | {{ block.super }}{% endblock %}
@@ -48,6 +51,8 @@
</div>
</td>
<td>
+{# Disable funcooker for now #}
+{% comment %}
<div id="toolbar">
<h3>Text</h3>
<p id="toolbar-text">
@@ -72,9 +77,11 @@
<p><a href="#">History</a></p>
<p><a href="#">Sharing</a></p>
</div>
+{% endcomment %}
</td>
</br>
</table>
+{% comment %}
<script type="text/javascript">
var fc = null;
$(document).ready(function() {
@@ -87,4 +94,5 @@ $(document).ready(function() {
});
});
</script>
+{% endcomment %}
{% endblock %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]