diff options
author | Ugnich Anton | 2012-10-28 15:48:57 +0700 |
---|---|---|
committer | Ugnich Anton | 2012-10-28 15:48:57 +0700 |
commit | 4cb2de9cc1c5bf387d5cf81ab12fd9b0e16d9fc4 (patch) | |
tree | e6121a2b94de402a28d79ecd24541e8dd6679ab6 /web/post3.js | |
parent | 7add94ce00a43100f7c96d0dc65332ab98e3dc8e (diff) |
"http:" removed.
Diffstat (limited to 'web/post3.js')
-rw-r--r-- | web/post3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/post3.js b/web/post3.js index 3267f9c0..756e1b20 100644 --- a/web/post3.js +++ b/web/post3.js @@ -35,7 +35,7 @@ function addTag(tag) { } function webcamShow() { - swfobject.embedSWF('http://juick.com/_webcam.swf','webcam','320','280','9.0.115','false',null,null,null); + swfobject.embedSWF('//juick.com/_webcam.swf','webcam','320','280','9.0.115','false',null,null,null); } function webcamImage(hash) { |