diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/post3.js | 18 |
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(); }); |