mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Fix issue where clicking some buttons would clear the URL hash
This commit is contained in:
@@ -114,7 +114,6 @@ export function uiFieldCheck(field, context) {
|
||||
enter
|
||||
.append('button')
|
||||
.attr('class', 'reverser' + (reverserHidden() ? ' hide' : ''))
|
||||
.attr('href', '#')
|
||||
.append('span')
|
||||
.attr('class', 'reverser-span');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user