mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
improve navigating saving with keyboard
This commit is contained in:
@@ -65,6 +65,7 @@ iD.ui.Commit = function(context) {
|
||||
.attr('class','user-info')
|
||||
.text(user.display_name)
|
||||
.attr('href', connection.url() + '/user/' + user.display_name)
|
||||
.attr('tabindex', -1)
|
||||
.attr('target', '_blank');
|
||||
|
||||
saveSection.append('p')
|
||||
|
||||
Reference in New Issue
Block a user