Updated font-awesome and bootstrap

This commit is contained in:
Deon George
2014-09-08 23:42:05 +10:00
parent 05d132c4be
commit 85150c655c
166 changed files with 6994 additions and 19909 deletions

View File

@@ -1,6 +1,6 @@
$(document).ready(function() {
var backToTop = $('<a>', { id: 'back-to-top', href: '#top' });
var icon = $('<i>', { class: 'icon-chevron-up' });
var icon = $('<i>', { class: 'fa fa-chevron-up' });
backToTop.appendTo ('body');
icon.appendTo (backToTop);