MexUI stuff
This commit is contained in:
4
third-party/mexui/Core/Control/Week.js
vendored
4
third-party/mexui/Core/Control/Week.js
vendored
@@ -13,9 +13,9 @@ mexui.Control.Week.prototype.validateInputCallback = function(e, character)
|
||||
mexui.Control.Week.prototype.validateValueCallback = function(e)
|
||||
{
|
||||
var _int = parseInt(this.getText());
|
||||
|
||||
|
||||
if(_int < 1 || _int > 52)
|
||||
return false;
|
||||
|
||||
|
||||
return true;
|
||||
};
|
||||
Reference in New Issue
Block a user