From 97865f84b09e7a3aaa2f49dcb4f11a08f6b8cbf0 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Wed, 16 Oct 2013 16:12:57 +0700 Subject: NewMessage: no video, no webcam --- web/post3.js | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'web/post3.js') 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='
'; - 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(); }); -- cgit v1.2.3