##// END OF EJS Templates
Closed issue are not overdue, fixes r2140 (#2337)....
Closed issue are not overdue, fixes r2140 (#2337). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2361 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2119:da98386bf748
r2357:b11a1d852c37
Show More
update.rjs
10 lines | 336 B | text/plain | TextLexer
if @journal.frozen?
# journal was destroyed
page.remove "change-#{@journal.id}"
else
page.replace "journal-#{@journal.id}-notes", render_notes(@journal)
page.show "journal-#{@journal.id}-notes"
page.remove "journal-#{@journal.id}-form"
end
call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal })