forked from hummypkg/webif
tweak popup
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@192 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
7400437a1f
commit
8e839121de
@ -14,8 +14,11 @@ $(document).ready(function() {
|
||||
'&service=' +
|
||||
escape($(this).attr('name'));
|
||||
$('#result_txt').load(url, function() {
|
||||
$('#results').show('slow');
|
||||
$('#results').delay(3000).hide('slow');
|
||||
if ($('#results').is(":visible") == false)
|
||||
{
|
||||
$('#results').show('slow');
|
||||
$('#results').delay(3000).hide('slow');
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user