mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-27 00:48:41 +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