diff --git a/lib/contents/member.inc.php b/lib/contents/member.inc.php
index b309d9d..8baf4f0 100755
--- a/lib/contents/member.inc.php
+++ b/lib/contents/member.inc.php
@@ -371,7 +371,7 @@ function showBasket($num_recs_show = 20)
$_actions = '
';
$_result .= ''.$_loan_list->num_rows.' '.__('title(s) on basket').$_actions.'
'."\n".$_datagrid;
}
@@ -637,7 +637,7 @@ function showLoanHist($num_recs_show = 20)
}
});
- $('.clear').click(function(evt) {
+ $('.clearOne').click(function(evt) {
evt.preventDefault();
var basketForm = $('#memberBasketListForm');
var basketData = basketForm.serialize() + '&basketRemove=1';