aboutsummaryrefslogtreecommitdiff
path: root/web/scripts3.js
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2012-10-28 15:48:57 +0700
committerGravatar Ugnich Anton2012-10-28 15:48:57 +0700
commit4cb2de9cc1c5bf387d5cf81ab12fd9b0e16d9fc4 (patch)
treee6121a2b94de402a28d79ecd24541e8dd6679ab6 /web/scripts3.js
parent7add94ce00a43100f7c96d0dc65332ab98e3dc8e (diff)
"http:" removed.
Diffstat (limited to 'web/scripts3.js')
-rw-r--r--web/scripts3.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/scripts3.js b/web/scripts3.js
index 853734ed..c0de7757 100644
--- a/web/scripts3.js
+++ b/web/scripts3.js
@@ -1,14 +1,14 @@
function inlinevideo(mid) {
var flashvars={
- file:'http://i.juick.com/video/'+mid+'.mp4',
- image:'http://i.juick.com/thumbs/'+mid+'.jpg',
- skin:'http://static.juick.com/glow.zip',
+ file:'//i.juick.com/video/'+mid+'.mp4',
+ image:'//i.juick.com/thumbs/'+mid+'.jpg',
+ skin:'//static.juick.com/glow.zip',
autostart:'true'
};
var params={
allowfullscreen:'true'
};
- swfobject.embedSWF('http://static.juick.com/player.swf','video-'+mid,'512','384','9.0.115','false',flashvars,params,null);
+ swfobject.embedSWF('//static.juick.com/player.swf','video-'+mid,'512','384','9.0.115','false',flashvars,params,null);
}
function postformListener(formEl,ev) {