Skip to content

Commit

Permalink
Fixed a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
delaitre committed Mar 10, 2010
1 parent 1ef9281 commit 3ec61db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/time_trackers/_update_menu.rhtml
Expand Up @@ -16,7 +16,7 @@ The span is populated with current time tracker state.
--> -->
<%= javascript_tag "document.observe('dom:loaded', function () { <%= javascript_tag "document.observe('dom:loaded', function () {
$('time-tracker-menu').replace( $('time-tracker-menu').replace(
'<span id=\"time-tracker-menu\">#{escape_javascript ((render :partial => 'time_trackers/embed_menu').delete "\n").strip}</span>'); '<span id=\"time-tracker-menu\">#{escape_javascript(((render :partial => 'time_trackers/embed_menu').delete "\n").strip)}</span>');
});" });"
%> %>


Expand Down

0 comments on commit 3ec61db

Please sign in to comment.