Skip to content

Commit

Permalink
Arreglando el facebook thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Jun 25, 2018
1 parent 180521c commit 47dd66f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rioxinteiro/templates/base.html
Expand Up @@ -69,7 +69,6 @@
</head>
<body class="navbar_visible">
<script>
{% if config.WEBSITE_OF_APP_ID %}
window.fbAsyncInit = function() {
FB.init({
appId : '{{ config.WEBSITE_OGP_APP_ID }}',
Expand All @@ -79,8 +78,6 @@
});
FB.AppEvents.logPageView();
};
{% endif %}

(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
Expand Down

0 comments on commit 47dd66f

Please sign in to comment.