diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:42:41 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:42:41 +0100 |
| commit | f5a4594e32c0ba563f88359ca075bc08047a2425 (patch) | |
| tree | 8df4805bac3271f327ad93769f5225a0c4c919f5 /templates | |
| parent | b7c3892eeb053f33f32a6a46c75fa1c55e2d219a (diff) | |
| download | blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.tar.gz blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.tar.bz2 blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.zip | |
Mochikit has ben dropped in favour of jquery equivalent
Diffstat (limited to 'templates')
| -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> |
