more font size tweaks.
authorArt Cancro <ajc@citadel.org>
Tue, 3 Jan 2023 00:16:38 +0000 (19:16 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 3 Jan 2023 00:16:38 +0000 (19:16 -0500)
webcit-ng/static/js/main.js

index d40131e11b92046426ff8562601e3d2cd8367ce5..150caae267534e9d5f5a5656d143422ee755b5e9 100644 (file)
@@ -16,7 +16,7 @@ do_biff = async() => {
        }
 
        if (new_mail > 0) {
-               console.log("YOU'VE GOT MAIL!");
+               console.log("YOU'VE GOT MAIL!  new_mail = " + new_mail);
                new_mail_sound.play();                  // FIXME do a visual notification as well
                new_mail = 0;
        }