summaryrefslogtreecommitdiffstats
path: root/pyserver/static/check_err.js
blob: 66519eab63f70d3c90954701da5f8b5fcd4491f8 (plain)
1
2
3
4
function checkError(json) {
   if(json.status === 'error')
      alert('Error: ' + json.description)
}