mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Remove facebook.js, replace with direct live link
This fixes some console errors
This commit is contained in:
@@ -18,7 +18,7 @@ if(isset($config['boxes']))
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if(!empty($config['network_facebook'])): ?>
|
||||
<script id="facebook-jssdk" async src="<?php echo $template_path; ?>/js/facebook.js"></script>
|
||||
<script id="facebook-jssdk" async src="https://connect.facebook.net/en_US/all.js"></script>
|
||||
<link href="<?php echo $template_path; ?>/css/facebook.css" rel="stylesheet" type="text/css">
|
||||
<?php endif; ?>
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user