mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Switch to single quotes to conform to code style.
This commit is contained in:
@@ -36,7 +36,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
||||
$rootScope.toJson = angular.toJson;
|
||||
$rootScope.Payments = Payments;
|
||||
|
||||
$http.defaults.headers.common['x-client'] = "habitica-web";
|
||||
$http.defaults.headers.common['x-client'] = 'habitica-web';
|
||||
|
||||
// Angular UI Router
|
||||
$rootScope.$state = $state;
|
||||
|
||||
Reference in New Issue
Block a user