Skip to content

Commit

Permalink
Removed dependency to sfJqueryReloadedPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nibsirahsieu committed Aug 23, 2011
1 parent a7d9400 commit 55ae568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/sfNestedComment/templates/_showComments.php
Expand Up @@ -7,7 +7,6 @@
<?php $use_ajax = sfNestedCommentConfig::isAjaxEnabled() ?>
<?php $enable_nested = sfNestedCommentConfig::isNestedEnabled() ?>
<?php if($use_ajax): ?>
<?php use_helper('jQuery') ?>
<?php if($enable_nested): ?>
<?php use_javascript('/sfNestedCommentPlugin/js/jCollapsible.js') ?>
<?php endif; ?>
Expand All @@ -29,4 +28,4 @@
<script type="text/javascript">
setupAjaxListComments('<?php echo $model ?>', '<?php echo $object->getPrimaryKey() ?>', <?php echo sfNestedCommentConfig::isNestedEnabled() ?>);
</script>
<?php endif; ?>
<?php endif; ?>

0 comments on commit 55ae568

Please sign in to comment.