http -> https

This commit is contained in:
Sebastian Schmidt 2019-02-18 11:36:41 +11:00
parent a69523a53b
commit a56ac1ce7c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js" integrity="sha256-0rg2VtfJo3VUij/UY9X0HJP7NET6tgAY98aMOfwP0P8=" crossorigin="anonymous"></script>
<script>
$(function () {
$.getJSON('http://graph.facebook.com/?id=' + '{{route('showEventPage',['event_id' => $event->id, 'event_slug' => Str::slug($event->title)])}}', function (fbdata) {
$.getJSON('https://graph.facebook.com/?id=' + '{{route('showEventPage',['event_id' => $event->id, 'event_slug' => Str::slug($event->title)])}}', function (fbdata) {
$('#facebook-count').html(fbdata.shares);
});
});