summaryrefslogtreecommitdiff
path: root/static/webcam
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-01 03:28:54 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-01 03:28:54 -0400
commitaa3165c303d8feb2a34329539c67bd71863c9eb4 (patch)
tree2509b6c376e41497276ad477eefd594002482ca1 /static/webcam
parent5650b9a43736f191dd13b4ec5fdc11f18a9e96d6 (diff)
timb comitting prod changes
Diffstat (limited to 'static/webcam')
-rw-r--r--static/webcam/webcam.js3
-rw-r--r--static/webcam/webcam.swfbin17076 -> 18933 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js
index 42af499..f2e287b 100644
--- a/static/webcam/webcam.js
+++ b/static/webcam/webcam.js
@@ -56,12 +56,15 @@ window.webcam = {
$("body").append(camHtml)
$("#webcam-button-upload").addClass("invisible")
$("#webcam-button-snap").removeClass("invisible")
+ $("#effects-msg").removeClass("invisible").fadeOut(70000)
+
blinkStart()
},
hide: function() {
$("#webcam-button-snap").addClass("invisible")
$("#webcam-button-upload").removeClass("invisible")
+ $("#effects-msg").addClass("invisible")
blinkStop()
$("#webcam-preview").remove()
},
diff --git a/static/webcam/webcam.swf b/static/webcam/webcam.swf
index 823f276..ce7b114 100644
--- a/static/webcam/webcam.swf
+++ b/static/webcam/webcam.swf
Binary files differ