summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-18 09:42:41 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-18 09:42:41 +0100
commitf5a4594e32c0ba563f88359ca075bc08047a2425 (patch)
tree8df4805bac3271f327ad93769f5225a0c4c919f5 /templates
parentb7c3892eeb053f33f32a6a46c75fa1c55e2d219a (diff)
downloadblogs-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-xtemplates/html_head_inc.tpl2
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>