diff options
| author | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:17 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:17 +0000 |
| commit | dba1ff6f945b843bf8e2f15dd0e0546b9ee30852 (patch) | |
| tree | 9d30b5932e03c22bac8bed3ec3359d5c14bbe8d8 /edit_storage_inc.php | |
| parent | d75578f26bb239136b2f8f0182a9d34f097b4ca4 (diff) | |
| download | liberty-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.php | 5 |
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() ) { |
