formating / tweaks
This commit is contained in:
parent
3a9a8782a8
commit
1bf6c04cfe
|
@ -149,7 +149,7 @@
|
||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© 2020 Negative9.NET
|
© 2020 Negative9.NET
|
||||||
<a class="grey-text text-lighten-4 right" href="#!" @click="populate">More Links</a>
|
<a class="grey-text text-lighten-4 right" href="#!" @click="populate">Populate</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -117,9 +117,9 @@ Litedom({
|
||||||
let value = Number(calories.value);
|
let value = Number(calories.value);
|
||||||
|
|
||||||
if(value) {
|
if(value) {
|
||||||
return (value > 0) ? 'Food' : 'Exercise';
|
return (value > 0) ? 'FOOD' : 'EXERCISE';
|
||||||
} else {
|
} else {
|
||||||
return 'Drink'
|
return 'DRINK'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue