From 6b337419b9aa974caa710db456671d6d67a94813 Mon Sep 17 00:00:00 2001 From: Travis Date: Thu, 12 Jan 2017 15:36:19 -0700 Subject: [PATCH] Removed the Font Awesome dependency when pulling in bootstrap 3, just use the built in glyphicons --- src/starrr.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/starrr.coffee b/src/starrr.coffee index 63a324b..1838a06 100644 --- a/src/starrr.coffee +++ b/src/starrr.coffee @@ -5,8 +5,8 @@ rating: undefined max: 5 readOnly: false - emptyClass: 'fa fa-star-o' - fullClass: 'fa fa-star' + emptyClass: 'glyphicon glyphicon-star-empty' + fullClass: 'glyphicon glyphicon-star' change: (e, value) -> constructor: ($el, options) ->