-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38cd546
commit e643487
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Author: EPFL ISAS-FSD | ||
* Author URI: https://go.epfl.ch/idev-fsd | ||
* Contributor: Nicolas Borboën <[email protected]> | ||
* Version: 2.1.3 | ||
* Version: 2.2.1 | ||
* Text Domain: wpforms-epfl-payonline | ||
* Domain Path: languages | ||
* License: GPL-2.0+ | ||
|
@@ -121,7 +121,7 @@ function max_donation_limit() { | |
}); | ||
}); | ||
}); | ||
|
||
jQuery(function(){ | ||
// Limit the maximum amount (maximum (4999) amount for the number field | ||
jQuery( '.limit-donation-4999-fr input' ).attr({ 'min': 0, 'max': 4999 } ); | ||
|