mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-14 16:38:39 +00:00
Remove empty validation
Validation is performed in the form view through server results and patterns.
This commit is contained in:
parent
cecb5736fb
commit
ee6685cfa6
|
|
@ -1,11 +0,0 @@
|
||||||
(function (jsOMS) {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
jsOMS.Validation = function () {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
jsOMS.Validation.prototype.addInput = function () {
|
|
||||||
|
|
||||||
};
|
|
||||||
}(window.jsOMS = window.jsOMS || {}));
|
|
||||||
Loading…
Reference in New Issue
Block a user