remove ids
This commit is contained in:
parent
2ca02bad80
commit
971282f01f
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ class BigNotesCheckbox {
|
|||
|
||||
render() {
|
||||
const container = document.createElement('div');
|
||||
container.id = 'large-bills-area';
|
||||
container.className = 'checkbox-row';
|
||||
|
||||
const checkbox = document.createElement('input');
|
||||
|
|
|
|||
|
|
@ -158,7 +158,6 @@ class CreateOfferModal {
|
|||
this.trustCheckboxes.render();
|
||||
|
||||
const otherDiv = document.createElement('div');
|
||||
otherDiv.id = 'other-area';
|
||||
otherDiv.className = 'create-offer-step';
|
||||
const otherHeading = document.createElement('h3');
|
||||
otherHeading.textContent = 'Extras';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue