summaryrefslogtreecommitdiff
path: root/includes/view_topic_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/view_topic_inc.php')
-rwxr-xr-xincludes/view_topic_inc.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/view_topic_inc.php b/includes/view_topic_inc.php
index 8c76fea..226a4c3 100755
--- a/includes/view_topic_inc.php
+++ b/includes/view_topic_inc.php
@@ -123,7 +123,4 @@ if (!empty($_REQUEST['warning'])) {
}
$gBitSmarty->assign('warnings',$warnings);
-// ajax support
-$gBitThemes->loadAjax( 'mochikit' );
-
$gBitSystem->display('bitpackage:boards/list_posts.tpl', "Show Thread: " . $thread->getField('title') , [ 'display_mode' => 'display' ]);