Skip to content

Commit

Permalink
updating jquery, and a fix to livesearch it seems to work a little
Browse files Browse the repository at this point in the history
better now
  • Loading branch information
Haris Khan committed Oct 25, 2010
1 parent b2e757f commit 21ca355
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -5,7 +5,7 @@
<title><%= yield(:title) || controller.controller_name.titleize %> - Flagship Docs</title> <title><%= yield(:title) || controller.controller_name.titleize %> - Flagship Docs</title>
<%= yield(:meta_tags) %> <%= yield(:meta_tags) %>
<%= stylesheet_link_tag "base", :media => 'all' %> <%= stylesheet_link_tag "base", :media => 'all' %>
<%= javascript_include_tag "jquery-1.3.2.min.js" %> <%= javascript_include_tag "jquery-1.4.3.min.js" %>
<%= javascript_include_tag "jquery.tipsy.js" %> <%= javascript_include_tag "jquery.tipsy.js" %>
<%= javascript_include_tag "new_revision.js" %> <%= javascript_include_tag "new_revision.js" %>
<%= javascript_include_tag "application.js" %> <%= javascript_include_tag "application.js" %>
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/application.js
Expand Up @@ -48,7 +48,7 @@ $(document).ready(function () {
$("#search_query").addClass("search-default"); $("#search_query").addClass("search-default");
} }
$("#search_query").removeClass("has_focus"); $("#search_query").removeClass("has_focus");
$("#search_query_auto_complete").fadeOut(100); $("#search_query_auto_complete").fadeOut('medium');
}); });


//Clear search box when click: //Clear search box when click:
Expand Down

0 comments on commit 21ca355

Please sign in to comment.