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 | |
| parent | b7c3892eeb053f33f32a6a46c75fa1c55e2d219a (diff) | |
| download | blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.tar.gz blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.tar.bz2 blogs-f5a4594e32c0ba563f88359ca075bc08047a2425.zip | |
Mochikit has ben dropped in favour of jquery equivalent
| -rwxr-xr-x | includes/classes/BitBlog.php | 1 | ||||
| -rwxr-xr-x | includes/display_bitblog_inc.php | 1 | ||||
| -rwxr-xr-x | templates/html_head_inc.tpl | 2 |
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> |
