index
:
csa/daq/alps/pcitool.git
master
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
html_server
/
static
/
check_err.js
blob: a63d7bc5ba4ff507730c2b36ddd63536ef67f91c (
plain
)
1
2
3
4
function checkError(json) { if(json.error) alert('Error: ' + json.error) }