Skip to content

Commit 7f73b77

Browse files
committed
[spalenque] - remove fontawesome css
1 parent 509b61b commit 7f73b77

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ define(['jquery', 'ractive', 'rv!templates/template', 'text!css/widget-styles.cs
1313
var $style = $("<style></style>", {type: "text/css"});
1414
$style.text(css);
1515

16-
$("head")
17-
.append($style)
18-
.append('<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >');
16+
$("head").append($style);
1917

2018
$('.openstack-search-bar').each(function() {
2119

0 commit comments

Comments
 (0)