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 | 57fe6662a8f9b86cd253e4ca13f0b35df1466891 (patch) | |
| tree | eb7a18216b2d178fb0044b7d0b94eba31c5771a0 /edition_edit.php | |
| parent | cf9f97f795dfb099df5f7936f0902fba575863bc (diff) | |
| download | newsletters-57fe6662a8f9b86cd253e4ca13f0b35df1466891.tar.gz newsletters-57fe6662a8f9b86cd253e4ca13f0b35df1466891.tar.bz2 newsletters-57fe6662a8f9b86cd253e4ca13f0b35df1466891.zip | |
migrate core ajax services off prototype to mochikit
Diffstat (limited to 'edition_edit.php')
| -rw-r--r-- | edition_edit.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/edition_edit.php b/edition_edit.php index c726f47..fe537a3 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -93,10 +93,6 @@ if( empty( $formInfo ) ) { $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo ); $gBitSmarty->assign( 'errors', $gContent->mErrors ); -// load the ajax library for this page -$gBitThemes->loadAjax( 'prototype' ); // Display the template $gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) ); - - ?> |
