fixed video handler, now the // comes in the video_embed_url method

Esse commit está contido em:
Diogo Biazus
2014-06-05 09:15:54 -04:00
commit acd88d84d6
+1 -1
Ver Arquivo
@@ -14,7 +14,7 @@ module Shared::VideoHandler
def display_video_embed_url
if self.video_embed_url
"//#{self.video_embed_url}?title=0&byline=0&portrait=0&autoplay=0"
"#{self.video_embed_url}?title=0&byline=0&portrait=0&autoplay=0"
end
end