remove icon prefix

This commit is contained in:
Calvin Metcalf
2013-03-16 08:15:31 -04:00
parent 7068021f23
commit db6e915904
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
var colors = ['red', 'blue', 'green', 'purple', 'orange', 'darkred', 'darkblue', 'darkgreen', 'cadetblue', 'darkpurple'];
var awesomeIcons = ['icon-font', 'icon-cloud-download', 'icon-medkit', 'icon-github-alt', 'icon-coffee', 'icon-food', 'icon-bell-alt', 'icon-question-sign', 'icon-star'];
var awesomeIcons = ['font', 'cloud-download', 'medkit', 'github-alt', 'coffee', 'food', 'bell-alt', 'question-sign', 'star'];
var rndCoordinates = function(from, to, fixed) {
return (Math.random() * (to - from) + from).toFixed(fixed) * 1;