Switch to single quotes to conform to code style.

This commit is contained in:
Blade Barringer
2015-11-04 18:03:39 -06:00
parent 905e7b17ea
commit 5a36d8e3f5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ angular.module('habitrpg')
function($scope, $rootScope, User, $http, $location, $window, ApiUrl, $modal, Analytics) {
$scope.Analytics = Analytics;
$http.defaults.headers.common['x-client'] = "habitica-web";
$http.defaults.headers.common['x-client'] = 'habitica-web';
$scope.logout = function() {
localStorage.clear();