summaryrefslogtreecommitdiff
path: root/app/views/notes/create.js.haml
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-20 17:46:55 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-03 22:51:56 +0100
commit06ea1228404e56ee3356739a5e9a935f8d570b05 (patch)
treeb136272d1b1da4fd163a71e94bcedff557cf21ab /app/views/notes/create.js.haml
parent39834ec6409163e3339ed23ccdc9682932f45c9e (diff)
downloadgitlab-ce-06ea1228404e56ee3356739a5e9a935f8d570b05.tar.gz
Refactor diff notes creation
Diffstat (limited to 'app/views/notes/create.js.haml')
-rw-r--r--app/views/notes/create.js.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/notes/create.js.haml b/app/views/notes/create.js.haml
index 9921312e6eb..da7306d441c 100644
--- a/app/views/notes/create.js.haml
+++ b/app/views/notes/create.js.haml
@@ -2,7 +2,3 @@
= render "create_diff_note", note: @note
- else
= render "create_common_note", note: @note
-
--# Enable submit button
-:plain
- $("#submit_note").removeAttr("disabled");