This commit is contained in:
@@ -100,12 +100,14 @@
|
||||
|
||||
function select(elem){
|
||||
var item = elem;
|
||||
if(item.hasClassName('selected')&& item.id == 'pref'){
|
||||
if(item.id != 'pref'){
|
||||
if(item.hasClassName('selected')){
|
||||
item.removeClassName('selected');
|
||||
} else {
|
||||
item.addClassName('selected');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function removeRemote() {
|
||||
var itemsToRemove = $('membersList'+articleId).select('div.selected');
|
||||
|
||||
Reference in New Issue
Block a user