pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit 0900bf10f09361311ae96e5d1520525995b0ea98
parent c8f5fbb930aa9fea6ff6333f5a6ab1f690da32d4
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun,  2 Jun 2024 12:40:19 +0200

Adjust save-button icon

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -66,7 +66,7 @@ if (!$loading_screen) { <!-- Save Button --> <button class="button" onclick="<?php echo "document.cookie='streams=" . implode(",", $streams["stream"]) . ";path=/;max-age=31536000;';" ?>" style="<?php echo "color:" . $save_col; ?>"> - &#128427; Save + &#128428; Save </button> <!-- Reload Button -->