summaryrefslogtreecommitdiff
path: root/static/webcam
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2012-07-17 21:40:57 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2012-07-17 21:40:57 -0400
commitda15cfb1e452a0af4902272ba351d5a6d0d0b56a (patch)
tree8525e56790625ab7b67e4c534fdf1739d0f592b6 /static/webcam
parent38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (diff)
update src, scripts, etc from 2012
Diffstat (limited to 'static/webcam')
-rw-r--r--static/webcam/webcam.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js
index f7ff5c4..671d8ce 100644
--- a/static/webcam/webcam.js
+++ b/static/webcam/webcam.js
@@ -55,7 +55,7 @@ window.webcam = {
},
show: function() {
- var closeHtml = '<img src="/static/webcam/close.gif" onclick="webcam.hide()" id="webcam-button-close" />'
+ var closeHtml = '<div onclick="webcam.hide()" id="webcam-button-close">X</div>'
var camHtml = '<div id="webcam-preview">' + webcam.get_html(480, 360) + closeHtml + "</div>"
$("body").append(camHtml)
$("#webcam-button-upload").addClass("invisible")