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 | |
| parent | b19a4f25863ce6600aaa560518f9e28b3a4ce3f5 (diff) | |
fix scanjam 0.3b header
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/static/js/api.js | 2 | ||||
| -rw-r--r-- | frontend/static/js/register.js | 2 | ||||
| -rw-r--r-- | frontend/static/js/sj6.js | 2 |
3 files changed, 3 insertions, 3 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: { 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", diff --git a/frontend/static/js/sj6.js b/frontend/static/js/sj6.js index cc60852..0d0ed78 100644 --- a/frontend/static/js/sj6.js +++ b/frontend/static/js/sj6.js @@ -3215,7 +3215,7 @@ var d = var API = { - HEADER: "#@scanjam 0.2", + HEADER: "#@scanjam 0.3b", BASE_URL: "http://"+serverHost+":"+serverPort, URL: { |
