summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/keys/new.html.haml')
-rw-r--r--app/views/profiles/keys/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/new.html.haml b/app/views/profiles/keys/new.html.haml
index 11166dc6d99..13a18269d11 100644
--- a/app/views/profiles/keys/new.html.haml
+++ b/app/views/profiles/keys/new.html.haml
@@ -12,6 +12,6 @@
comment = val.match(/^\S+ \S+ (.+)\n?$/);
if( comment && comment.length > 1 && title.val() == '' ){
- $('#key_title').val( comment[1] );
+ $('#key_title').val( comment[1] ).change();
}
});