mirror of
https://github.com/Mibew/java.git
synced 2025-01-23 10:00:35 +03:00
22 lines
634 B
JavaScript
22 lines
634 B
JavaScript
|
|
||
|
window.webimLatest = {
|
||
|
version: "1.5.2",
|
||
|
download: "http://openwebim.org/download.php",
|
||
|
title: "Open Web Messenger 1.5.2"
|
||
|
};
|
||
|
|
||
|
window.webimNews = [
|
||
|
{
|
||
|
title: 'Open Web Messenger 1.5.2 Released',
|
||
|
link: 'http://openwebim.org/forums/index.php?topic=52.0',
|
||
|
date: 'February 16, 2009',
|
||
|
message: 'We are pleased to announce the immediate availability of 1.5.2. This is a service release with minor fixes and improvements.'
|
||
|
},
|
||
|
{
|
||
|
title: 'Visit our forum',
|
||
|
link: 'http://openwebim.org/forums/',
|
||
|
date: 'January 15, 2009',
|
||
|
message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.'
|
||
|
}
|
||
|
];
|