From 5ea59e58c46d09cec90387df4bcf244296f539bd Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 18 Jul 2011 13:39:12 +0000 Subject: [PATCH] NIHVIVO-2944: Removed js alert() --- webapp/web/js/account/accountUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/web/js/account/accountUtils.js b/webapp/web/js/account/accountUtils.js index 8e118b18c..134009f61 100644 --- a/webapp/web/js/account/accountUtils.js +++ b/webapp/web/js/account/accountUtils.js @@ -17,7 +17,6 @@ $(document).ready(function(){ // set to the same value before submitting var selectedValue = $(this).val(); $('.accounts-per-page').val(selectedValue); - alert(selectedValue); $('#account-display').submit(); });