1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2010-02-13 16:34:43 +00:00
parent d99f743799
commit 52bcf05b81

View file

@ -50,7 +50,7 @@
function addListItem(sId,sLogin) {
if($('blackListBlock').getElements('li').length==0) {
$('list_uncheck_all').removeProperty('style');
list=new Element('ul', {class:'list',id:'blackList'});
list=new Element('ul', {'class':'list',id:'blackList'});
$('blackListBlock').adopt(list);
}