diff options
| -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> |
