summaryrefslogtreecommitdiffstats
path: root/app/views/journals/update.rjs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/journals/update.rjs')
-rw-r--r--app/views/journals/update.rjs10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/journals/update.rjs b/app/views/journals/update.rjs
deleted file mode 100644
index a83d58126..000000000
--- a/app/views/journals/update.rjs
+++ /dev/null
@@ -1,10 +0,0 @@
-if @journal.frozen?
- # journal was destroyed
- page.remove "change-#{@journal.id}"
-else
- page.replace "journal-#{@journal.id}-notes", render_notes(@journal.issue, @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 })