Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #9 from peterbe/bug-1179290-dont-depend-on-google-…
Browse files Browse the repository at this point in the history
…fonts-on-http

fixes bug 1179290 - Don't depend on Google Fonts on HTTP
  • Loading branch information
Ben Hearsum committed Jul 1, 2015
2 parents 39db75e + 1eeccd2 commit 66554c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/controllers/dashboard_controller.js
@@ -1,6 +1,6 @@
angular.module("app").controller('DashboardController',
function($scope, $location, cssInjector, $localForage) {
cssInjector.add('http://fonts.googleapis.com/css?family=Bangers');
cssInjector.add('//fonts.googleapis.com/css?family=Bangers');

$scope.saved_searches = [];
$localForage.getItem('savedSearches')
Expand Down

0 comments on commit 66554c7

Please sign in to comment.