Can't start the day any other way.
[[Eat Breakfast]]It is the most important meal of the day, after all.
[[Get Ready]]After eating, it's time to get ready for the day, whatever that day may entail!
[[Get Started On School]]
Since it's a weekend, I don't have as much school to do. [[Relax]]Whether Latin or Computer Science, work waits for no-one!A rest well earned.
<script>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
</script>