mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Switch to single quotes to conform to code style.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user