mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Remove uneeded blank spaces
This commit is contained in:
@@ -263,6 +263,7 @@ habitrpg.controller("InventoryCtrl",
|
|||||||
|
|
||||||
return keys.length === 0;
|
return keys.length === 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type === 'pets' || type === 'mounts') {
|
if (type === 'pets' || type === 'mounts') {
|
||||||
for (var key in Content.timeTravelStable[type]) {
|
for (var key in Content.timeTravelStable[type]) {
|
||||||
if (!user.items[type][key]) return false;
|
if (!user.items[type][key]) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user