minor gui fixes

This commit is contained in:
SJ
2013-08-15 14:34:25 +02:00
parent 281d0f7ec8
commit e8e88bcf7a
6 changed files with 16 additions and 28 deletions

View File

@ -718,23 +718,6 @@ var Piler =
},
/*
* toggle the class of the main search field
*/
toggle_search_class:function()
{
Piler.log("[toggle_search_class]");
if(Piler.expsrc == 0) {
$('#_search').val('');
$('#_search').css('color', 'black');
Piler.expsrc++;
}
},
/*
* assemble a space separated list of the selected email addresses of the given message
*/
@ -806,6 +789,8 @@ var Piler =
document.body.appendChild(form);
form.submit();
document.body.removeChild(form);
}
},