summaryrefslogtreecommitdiff
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
parentb7c3892eeb053f33f32a6a46c75fa1c55e2d219a (diff)
downloadblogs-f5a4594e32c0ba563f88359ca075bc08047a2425.tar.gz
blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.tar.bz2
blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.zip
Mochikit has ben dropped in favour of jquery equivalent
-rwxr-xr-xincludes/classes/BitBlog.php1
-rwxr-xr-xincludes/display_bitblog_inc.php1
-rwxr-xr-xtemplates/html_head_inc.tpl2
3 files changed, 1 insertions, 3 deletions
diff --git a/includes/classes/BitBlog.php b/includes/classes/BitBlog.php
index 9948257..63e472c 100755
--- a/includes/classes/BitBlog.php
+++ b/includes/classes/BitBlog.php
@@ -410,6 +410,5 @@ function blogs_module_display(&$pParamHash){
global $gBitThemes, $gBitSmarty, $gBitSystem;
if( $gBitThemes->isModuleLoaded( 'bitpackage:blogs/center_list_blog_posts.tpl', 'c' ) && $gBitSystem->isFeatureActive( 'blog_ajax_more' ) && $gBitThemes->isJavascriptEnabled() ) {
$gBitSmarty->assign( 'ajax_more', true );
- $gBitThemes->loadAjax( 'mochikit', [ 'Iter.js', 'DOM.js', 'Style.js', 'Color.js', 'Position.js', 'Visual.js' ]);
}
} \ No newline at end of file
diff --git a/includes/display_bitblog_inc.php b/includes/display_bitblog_inc.php
index 5f2b249..28ee5ad 100755
--- a/includes/display_bitblog_inc.php
+++ b/includes/display_bitblog_inc.php
@@ -93,7 +93,6 @@ $gBitSmarty->assign('showDescriptionsOnly', true);
if ( $gBitSystem->isFeatureActive( 'blog_ajax_more' ) && $gBitThemes->isJavascriptEnabled() ){
$gBitSmarty->assign('ajax_more', true);
- $gBitThemes->loadAjax( 'mochikit', [ 'Iter.js', 'DOM.js', 'Style.js', 'Color.js', 'Position.js', 'Visual.js' ] );
}
if( $gContent->isValid() ) {
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>