summaryrefslogtreecommitdiff
path: root/edit_storage_inc.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-10-10 18:07:17 +0000
committerwjames5 <will@tekimaki.com>2007-10-10 18:07:17 +0000
commitdba1ff6f945b843bf8e2f15dd0e0546b9ee30852 (patch)
tree9d30b5932e03c22bac8bed3ec3359d5c14bbe8d8 /edit_storage_inc.php
parentd75578f26bb239136b2f8f0182a9d34f097b4ca4 (diff)
downloadliberty-dba1ff6f945b843bf8e2f15dd0e0546b9ee30852.tar.gz
liberty-dba1ff6f945b843bf8e2f15dd0e0546b9ee30852.tar.bz2
liberty-dba1ff6f945b843bf8e2f15dd0e0546b9ee30852.zip
migrate core ajax services off prototype to mochikit
Diffstat (limited to 'edit_storage_inc.php')
-rw-r--r--edit_storage_inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/edit_storage_inc.php b/edit_storage_inc.php
index 648e80e..3a568d6 100644
--- a/edit_storage_inc.php
+++ b/edit_storage_inc.php
@@ -3,7 +3,7 @@
* edit_storage_inc
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.20 $
+ * @version $Revision: 1.21 $
* @package liberty
* @subpackage functions
*
@@ -59,7 +59,8 @@ $gBitSmarty->assign_by_ref( 'gLibertySystem', $gLibertySystem );
// seems like there should be a better way to do this -- maybe original assign should have been by reference?
$gBitSmarty->clear_assign( 'gContent' );
$gBitSmarty->assign( 'gContent', $gContent );
-$gBitThemes->loadAjax( 'prototype' );
+$gBitThemes->loadAjax( 'mochikit' );
+$gBitSmarty->assign( 'attachments_ajax', TRUE );
// output some stuff for ajax div
if( BitThemes::isAjaxRequest() ) {