update jquery to latest 1.4.4

This commit is contained in:
Reinier Balt 2010-11-19 18:42:59 +01:00
parent 145c9105dd
commit 77e2ff0751
11 changed files with 377 additions and 356 deletions

View file

@ -1,5 +1,5 @@
<div id="display_box_projects">
<div class="container" id="note-<%= @note.id %>-wrapper">
<%= render :partial => 'notes', :object => @note %>
<%= render :partial => 'note', :object => @note %>
</div>
</div>