mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Remove unneded declaration
This commit is contained in:
@@ -9,8 +9,6 @@ angular.module('habitrpg')
|
|||||||
window.location.href = '/logout';
|
window.location.href = '/logout';
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope._expandedMenu = null;
|
|
||||||
|
|
||||||
function selectNotificationValue(mysteryValue, invitationValue, cardValue, unallocatedValue, messageValue, noneValue) {
|
function selectNotificationValue(mysteryValue, invitationValue, cardValue, unallocatedValue, messageValue, noneValue) {
|
||||||
var user = $scope.user;
|
var user = $scope.user;
|
||||||
if (user.purchased && user.purchased.plan && user.purchased.plan.mysteryItems && user.purchased.plan.mysteryItems.length) {
|
if (user.purchased && user.purchased.plan && user.purchased.plan.mysteryItems && user.purchased.plan.mysteryItems.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user