[extensions-web] Comment out the search field



commit ed845c2e04006794acf1b4669cf8be267c6feb51
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 24 17:58:49 2011 -0400

    Comment out the search field
    
    It's unimplemented at this point.

 sweettooth/templates/base.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 9bea23a..c00f768 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -57,9 +57,9 @@ window._SW = function() {
           <li class="local"><a href="{% url extensions-local %}">Installed extensions</a></li>
         </ul>
         
-        <div class="right">
-          <input id="search_input" type="text" placeholder="Search..." />
-        </div>
+        <!-- <div class="right"> -->
+        <!--   <input id="search_input" type="text" placeholder="Search..." /> -->
+        <!-- </div> -->
         
         <div class="clear"></div>
       </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]