Fix issue where clicking some buttons would clear the URL hash

This commit is contained in:
Quincy Morgan
2020-10-27 09:56:05 -04:00
parent 3095e76487
commit 154c6ed0ed
5 changed files with 12 additions and 7 deletions
-1
View File
@@ -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');
}