diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:25:23 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:25:23 -0500 |
| commit | 4aaeea62170be62bb7dfef953a7b0b447196e18a (patch) | |
| tree | cc285c7472b99ee2b109b48b04ad20db96b2fd86 /static/webcam | |
| parent | c4b8c62ffe424e8c3b45519d113905384f3b9b87 (diff) | |
Added PROD changes
Diffstat (limited to 'static/webcam')
| -rw-r--r-- | static/webcam/webcam.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js index 3e3b4fd..42af499 100644 --- a/static/webcam/webcam.js +++ b/static/webcam/webcam.js @@ -27,7 +27,7 @@ window.webcam = { }, // callback hook functions init: function(){ - webcam.set_api_url( '/upload' ); + webcam.set_api_url( '/upload/message' ); webcam.set_swf_url('/static/webcam/webcam.swf') webcam.set_quality( 90 ); webcam.set_shutter_sound(false); |
