mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 01:08:32 -05:00
Auto-focus the name field when showing copy form.
This commit is contained in:
@@ -271,7 +271,9 @@ r.multi.MultiDetails = Backbone.View.extend({
|
||||
},
|
||||
|
||||
showCopyMulti: function() {
|
||||
this.$('form.copy-multi').show()
|
||||
this.$('form.copy-multi')
|
||||
.show()
|
||||
.find('.copy-name').focus()
|
||||
},
|
||||
|
||||
copyMulti: function(ev) {
|
||||
|
||||
Reference in New Issue
Block a user