/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1
2
3
4
function checkError(json) {
   if(json.status === 'error')
      alert('Error: ' + json.description)
}