diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-25 04:03:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-25 04:03:45 -0400 |
| commit | 1f030e0ba0d15ad62b9b705f8bec260508aa7dcc (patch) | |
| tree | 96ef458a500126b204730666954cdc1a1672f519 /static/webcam/webcam.js | |
| parent | 3bd873a866bdc503ecc1144d9795876662c47563 (diff) | |
| parent | 41025f011fe761b9c5d4e580bf5d7288b05b7e0f (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/webcam/webcam.js')
| -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 411c86d..f7ff5c4 100644 --- a/static/webcam/webcam.js +++ b/static/webcam/webcam.js @@ -56,7 +56,7 @@ window.webcam = { show: function() { var closeHtml = '<img src="/static/webcam/close.gif" onclick="webcam.hide()" id="webcam-button-close" />' - var camHtml = '<div id="webcam-preview">' + webcam.get_html(320, 240) + closeHtml + "</div>" + var camHtml = '<div id="webcam-preview">' + webcam.get_html(480, 360) + closeHtml + "</div>" $("body").append(camHtml) $("#webcam-button-upload").addClass("invisible") $("#webcam-button-snap").removeClass("invisible") |
