Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
update jquery version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Feb 28, 2017
1 parent d23b76d commit e6d681b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/menu/templates/_target.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</style>
<script type="text/javascript">
$(document).ready(function(){
$('.sf_admin_form_field_target input').live('change', function(){
$('.sf_admin_form_field_target input').bind('change', function(){
$('.sf_admin_form_field_url, .sf_admin_form_field_article_id').hide();
$('.sf_admin_form_field_' + $(this).val()).show();
}).siblings(':checked').trigger('change');
Expand Down
2 changes: 1 addition & 1 deletion modules/menu/templates/indexSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
padding: 0,
margin: 0
});
$('.sf_admin_row td:not(.sf_admin_batch_actions)').live('click', function(){
$('.sf_admin_row td:not(.sf_admin_batch_actions)').bind('click', function(){
$(this).parent().next('.sf_admin_row_object_actions').find('a.fancybox').click();
});
// Batch actions
Expand Down

0 comments on commit e6d681b

Please sign in to comment.