function isEmpty (el) {
  return el.value.match(/^\s*$/)
}
