Skip to content

Commit

Permalink
add textarea for notes editing
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer committed Jan 29, 2019
1 parent 3e3405e commit c2c4f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function renderWebsiteEditor(i) {
</div>
<label for='edit-notes' class='label-margin'>Edit notes:</label>
<div class="cursor">
<input type='text' id='edit-notes' class='text-input' name='notes' placeholder='${allWebsites[i].notes}' />
<textarea id='edit-notes' class='text-input text-area' name='notes'>${allWebsites[i].notes}</textarea>
<i></i>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ <h1 class='p-text'>Collect websites for design inspiration</h1>
<label for='notes' class='label-margin'>Add notes:</label>
<div>
<textarea id='notes' class='text-input text-area' name='notes'></textarea>
<!--<input type='text' id='notes' class='text-input' name='notes' />-->
<i></i>
</div>
</div>
Expand Down

0 comments on commit c2c4f06

Please sign in to comment.