Commit b82224a4 authored by Rob Stupay's avatar Rob Stupay Committed by yann300

alert before alexifying it

parent 358008fc
...@@ -15,7 +15,7 @@ module.exports = (title, content, ok, cancel) => { ...@@ -15,7 +15,7 @@ module.exports = (title, content, ok, cancel) => {
if (title) modaltitle.innerHTML = title if (title) modaltitle.innerHTML = title
modal.innerHTML = '' modal.innerHTML = ''
//if (content) modal.appendChild(content) // if (content) modal.appendChild(content)
if (content) modal.innerHTML = content if (content) modal.innerHTML = content
var container = document.querySelector('.modal') var container = document.querySelector('.modal')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment