// License: LGPL-3.0-or-later
jQuery(function($){
  jQuery("input[name='amount']").attr("min",3);
});