summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-10-10 18:07:19 +0000
committerwjames5 <will@tekimaki.com>2007-10-10 18:07:19 +0000
commit135d9dd81a6bff08736ca1ef391745331d022327 (patch)
tree791dae1ecad7fcbc14f6d1b9a20617a46d4c55e4 /bit_setup_inc.php
parent16e3bca2ea92a19500267f5438ed5aebaa68dea6 (diff)
downloadthemes-135d9dd81a6bff08736ca1ef391745331d022327.tar.gz
themes-135d9dd81a6bff08736ca1ef391745331d022327.tar.bz2
themes-135d9dd81a6bff08736ca1ef391745331d022327.zip
migrate core ajax services off prototype to mochikit
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 7306e99..8434878 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -32,7 +32,7 @@ $gBitSmarty->assign_by_ref( 'gBitThemes', $gBitThemes );
// Though honestly, the optimal fix is to remove prototype dependcy on the uploader if at all possible to
// avoid conflicts with other Ajax libs since the uploader affects any from with an upload in it.
if ($gBitSystem->getConfig('liberty_attachment_style') == "ajax") {
- $gBitThemes->loadAjax( 'prototype' );
+ $gBitThemes->loadAjax( 'MochiKit' );
}