From 4ccc349ac0d2d39baa6d0da5898770f0614a180d Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 05:35:26 -0400 Subject: [PATCH] update AI page --- public/js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/chat.js b/public/js/chat.js index 3e9774c..764e989 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -213,6 +213,6 @@ function openTop() { } function openAbout() { - window.open('https://raven-scott.fyi/about-rayai', 'liveLogGtopWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes'); + window.open('https://raven-scott.fyi/about-rayai', 'liveLogGtopWindow', 'width=800,height=650,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes'); }