diff options
Diffstat (limited to 'templates/html_head_inc.tpl')
| -rwxr-xr-x | templates/html_head_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index 17893ac..d2fe2d9 100755 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -30,7 +30,7 @@ if (e != null){ e.style.display = 'none'; e.innerHTML = rslt.responseText; - MochiKit.Visual.blindDown( e, {duration:1} ); + $(e).slideDown(); } } /* ]]> */</script> |
