diff --git a/app/views/layouts/monologue/application/_disqus.html.erb b/app/views/layouts/monologue/application/_disqus.html.erb index b2e2f784..102b49c0 100644 --- a/app/views/layouts/monologue/application/_disqus.html.erb +++ b/app/views/layouts/monologue/application/_disqus.html.erb @@ -11,7 +11,7 @@ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; - s.src = 'http://' + disqus_shortname + '.disqus.com/count.js'; + s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); diff --git a/app/views/monologue/admin/comments/show.html.erb b/app/views/monologue/admin/comments/show.html.erb index 87f76882..9a7898a7 100644 --- a/app/views/monologue/admin/comments/show.html.erb +++ b/app/views/monologue/admin/comments/show.html.erb @@ -1,4 +1,4 @@

<%= t(".recent_comments") %>

- +
\ No newline at end of file diff --git a/app/views/monologue/posts/_social_sharing.html.erb b/app/views/monologue/posts/_social_sharing.html.erb index ac3d4317..a3b1606d 100644 --- a/app/views/monologue/posts/_social_sharing.html.erb +++ b/app/views/monologue/posts/_social_sharing.html.erb @@ -12,7 +12,7 @@ (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = '//apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();