Skip to content

Commit

Permalink
fixed web caching issue #269; fixed wrong url for font-awesome css (w…
Browse files Browse the repository at this point in the history
…as remote url instead of local)
  • Loading branch information
genemars committed Apr 12, 2016
1 parent 945389e commit 4e88b9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaseFiles/Common/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<!-- custom css includes -->
<link rel="stylesheet" href="css/homegenie.min.css" />
<link rel="stylesheet" href="css/jquery.mobile.icons.min.css" />
<!-- link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" / -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" />
<!--link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" / -->

<!-- Isotope -->
<script src="js/isotope.pkgd.min.js"></script>
Expand Down
Binary file modified Externals/g-labs/MIG.dll
Binary file not shown.
Binary file modified Externals/g-labs/MIG.dll.mdb
Binary file not shown.

0 comments on commit 4e88b9d

Please sign in to comment.