diff --git a/public/js/chat.js b/public/js/chat.js index 952cf65..e5fba88 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -201,13 +201,13 @@ document.addEventListener('DOMContentLoaded', function () { }); function openGpuStats() { - window.open('https://chat.x64.world/smi.html', 'gpuStatsWindow', 'width=800,height=600'); + window.open('https://chat.x64.world/smi.html', 'gpuStatsWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes'); } function openLiveLog() { - window.open('https://llama-live-log.x64.world/', 'liveLogWindow', 'width=600,height=600'); + window.open('https://llama-live-log.x64.world/', 'liveLogWindow', 'width=600,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes'); } function openTop() { - window.open('https://ai-top.x64.world/', 'liveLogGtopWindow', 'width=800,height=600'); -} + window.open('https://ai-top.x64.world/', 'liveLogGtopWindow', 'width=800,height=600,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes'); +} \ No newline at end of file