##// END OF EJS Templates
Removes broken links in wiki syntax help page (#5081)....
Removes broken links in wiki syntax help page (#5081). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3595 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2973:239856519382
r3481:2ada68ae6203
Show More
update.rjs
10 lines | 385 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, :reply_links => authorize_for('issues', 'edit'))
page.show "journal-#{@journal.id}-notes"
page.remove "journal-#{@journal.id}-form"
end
call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal })