From 37cdfa7c209d280ff22ce57c115ed3bf07858047 Mon Sep 17 00:00:00 2001 From: James Cridland Date: Mon, 20 Dec 2021 11:53:10 +1000 Subject: [PATCH] Update home.js Limit podcast episode titles to one line --- home.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home.js b/home.js index 203b071..02deb35 100644 --- a/home.js +++ b/home.js @@ -122,7 +122,6 @@ $(document).ready(function () { '
' + boostSats + ' sats from ' + boostSender + '
' + ' ' + prettyDate(dateTime) + '' + ' ' + boostPodcast + ' - ' + boostEpisode + '' + - '
' + '
' + '

' + boostMessage + '

' + ' ' + @@ -211,4 +210,4 @@ const closest = (arr, num) => { return acc; } }, Infinity) + num; -} \ No newline at end of file +}