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/register.js | |
| parent | b19a4f25863ce6600aaa560518f9e28b3a4ce3f5 (diff) | |
fix scanjam 0.3b header
Diffstat (limited to 'frontend/static/js/register.js')
| -rw-r--r-- | frontend/static/js/register.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/register.js b/frontend/static/js/register.js index 1818962..87923b5 100644 --- a/frontend/static/js/register.js +++ b/frontend/static/js/register.js @@ -19,7 +19,7 @@ function supports_html5_storage () function noop() { return false } var API = { - HEADER: "#@scanjam 0.2", + HEADER: "#@scanjam 0.3b", LIKE_STRING: "like", HAS_LOCAL_STORAGE: supports_html5_storage(), BASE_URL: "http://scannerjammer.fm", |
