diff options
| author | root <root@lalalizard.com> | 2012-12-13 13:39:44 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-13 13:39:44 -0500 |
| commit | d79d51006ddfa519ca5c3a0656b14c6d66f539ce (patch) | |
| tree | b3c8100670984645d195474cf3abb3d1324e19e9 /frontend/static/js/api.js | |
| parent | b19a4f25863ce6600aaa560518f9e28b3a4ce3f5 (diff) | |
fix scanjam 0.3b header
Diffstat (limited to 'frontend/static/js/api.js')
| -rw-r--r-- | frontend/static/js/api.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/api.js b/frontend/static/js/api.js index 86f4958..797823e 100644 --- a/frontend/static/js/api.js +++ b/frontend/static/js/api.js @@ -1,6 +1,6 @@ var API = { - HEADER: "#@scanjam 0.2", + HEADER: "#@scanjam 0.3b", BASE_URL: "http://"+serverHost+":"+serverPort, URL: { |
