Skip to content

Commit

Permalink
Fixed bug with font awesome reference
Browse files Browse the repository at this point in the history
  • Loading branch information
denehyg committed Mar 12, 2018
1 parent 91b28f0 commit dad699f
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var RevealMenu = window.RevealMenu || (function(){

loadResource(options.path + '/menu.css', 'stylesheet', function() {
if (loadIcons) {
loadResource(options.path + '/font-awesome-5.0.2/css/fontawesome-all.min.css', 'stylesheet', loadPlugin)
loadResource(options.path + '/font-awesome/css/fontawesome-all.min.css', 'stylesheet', loadPlugin)
} else {
loadPlugin();
}
Expand Down

0 comments on commit dad699f

Please sign in to comment.