Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/note.js')
-rw-r--r--app/assets/javascripts/note.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/note.js b/app/assets/javascripts/note.js
index c45cdd90b4f..4d97ffefdce 100644
--- a/app/assets/javascripts/note.js
+++ b/app/assets/javascripts/note.js
@@ -32,9 +32,9 @@ init:
$("#submit_note").removeAttr("disabled");
})
- $("#note_note").live("click", function(){
+ $("#note_note").live("focus", function(){
$(this).css("height", "100px");
- $('.attach_holder').show();
+ $('.note_advanced_opts').show();
});
$("#note_attachment").change(function(e){