WIndows now try and pop to the front when a new message comes in

This commit is contained in:
moodler 2005-03-10 06:18:28 +00:00
parent 211ea3e9d3
commit 4663fb73ba

View file

@ -178,6 +178,7 @@
$playbeep = true; $playbeep = true;
} }
echo 'parent.messages.scroll(1,5000000);'."\n"; echo 'parent.messages.scroll(1,5000000);'."\n";
echo 'parent.focus();'."\n";
} }
// Update the info pane, but only if the data there is getting too old // Update the info pane, but only if the data there is getting too old