Skip to content

Commit

Permalink
alert before alexifying it
Browse files Browse the repository at this point in the history
  • Loading branch information
ryestew authored and yann300 committed Aug 2, 2017
1 parent 358008f commit b82224a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modal-dialog-alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = (title, content, ok, cancel) => {
if (title) modaltitle.innerHTML = title

modal.innerHTML = ''
//if (content) modal.appendChild(content)
// if (content) modal.appendChild(content)
if (content) modal.innerHTML = content

var container = document.querySelector('.modal')
Expand Down

0 comments on commit b82224a

Please sign in to comment.