Skip to content

Commit

Permalink
do not always load font-awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Sep 3, 2012
1 parent 1d4d4f9 commit bbab6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ var loadCSS = function(path) {
if (!$wbConfig.noCSS) {
//Load the base webbeans css
loadCSS("webbeans");
loadCSS($wbConfig.base+"style/font-awesome.css");
//loadCSS($wbConfig.base+"style/font-awesome.css");
loadCSS($wbConfig.base+"style/jquery-ui.css");

if ($wbConfig.skin) {
Expand Down

0 comments on commit bbab6f7

Please sign in to comment.