diff --git a/app/views/layouts/standard.html.erb b/app/views/layouts/standard.html.erb
index 0ee34aa6..ecf6a034 100644
--- a/app/views/layouts/standard.html.erb
+++ b/app/views/layouts/standard.html.erb
@@ -21,33 +21,6 @@
<%= auto_discovery_link_tag(:rss, {:controller => "todos", :action => "index", :format => 'rss', :token => "#{current_user.token}"}, {:title => "RSS feed of next actions"}) %>
-
-
<%= @page_title %>
@@ -62,10 +35,8 @@
- <%= link_to_function("Toggle notes", nil, {:accesskey => "S", :title => "Toggle all notes", :id => "toggle-notes-nav"}) do |page|
- page.select('body .todo_notes').each { |e| e.toggle }
- end
- -%> |
+ <%= link_to("Toggle notes", "#", {:accesskey => "S", :title => "Toggle all notes", :id => "toggle-notes-nav"}) %>
+ |
<%= link_to "Logout (#{current_user.display_name}) ยป", logout_path %>
@@ -118,5 +89,36 @@
<%= render :partial => "shared/footer" %>
+
+