Skip to content

Commit

Permalink
Updated to FA v5.0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Anderson authored Jun 18, 2018
1 parent 849e312 commit 1607670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font_awesome.module
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function font_awesome_init() {
backdrop_add_css('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css', $options);
break;
case 'v5':
backdrop_add_js('https://use.fontawesome.com/releases/v5.0.4/js/all.js', $options);
backdrop_add_js('https://use.fontawesome.com/releases/v5.0.13/js/all.js', $options);
break;
}
}
Expand Down

0 comments on commit 1607670

Please sign in to comment.