aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2013-10-16 16:12:57 +0700
committerGravatar Ugnich Anton2013-10-16 16:12:57 +0700
commit97865f84b09e7a3aaa2f49dcb4f11a08f6b8cbf0 (patch)
tree2463d8a80555e10fce45b79af8f3c07f33f87b3a /web
parente707a8e607ec92fcf0137b75b170ff898755ecb2 (diff)
NewMessage: no video, no webcam
Diffstat (limited to 'web')
-rw-r--r--web/post3.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/web/post3.js b/web/post3.js
index 756e1b20..cde36711 100644
--- a/web/post3.js
+++ b/web/post3.js
@@ -34,26 +34,8 @@ function addTag(tag) {
return false;
}
-function webcamShow() {
- swfobject.embedSWF('//juick.com/_webcam.swf','webcam','320','280','9.0.115','false',null,null,null);
-}
-
-function webcamImage(hash) {
- document.getElementById("webcamwrap").innerHTML='<div id="webcam"></div>';
- document.getElementById("attachmentfile").style.display="none";
- document.getElementById("attachmentwebcam").style.display="inline";
- document.forms["postmsg"].webcam.value=hash;
-}
-
-function clearAttachment() {
- document.getElementById("attachmentfile").style.display="inline";
- document.getElementById("attachmentwebcam").style.display="none";
- document.forms["postmsg"].webcam.value="";
-}
-
$(document).ready(function() {
clearLocation();
- clearAttachment();
$("textarea")[0].focus();
});