NIHVIVO-2944: Removed js alert()
This commit is contained in:
parent
b221215871
commit
5ea59e58c4
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ $(document).ready(function(){
|
||||||
// set to the same value before submitting
|
// set to the same value before submitting
|
||||||
var selectedValue = $(this).val();
|
var selectedValue = $(this).val();
|
||||||
$('.accounts-per-page').val(selectedValue);
|
$('.accounts-per-page').val(selectedValue);
|
||||||
alert(selectedValue);
|
|
||||||
$('#account-display').submit();
|
$('#account-display').submit();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue