projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a77398
)
kivi.Validator: validate_all muss Ergebnis auch zurückgeben
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 13 Oct 2017 16:17:07 +0000
(18:17 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 13 Oct 2017 16:17:23 +0000
(18:17 +0200)
js/kivi.js
patch
|
blob
|
history
diff --git
a/js/kivi.js
b/js/kivi.js
index
a927037
..
7e8bc90
100644
(file)
--- a/
js/kivi.js
+++ b/
js/kivi.js
@@
-513,7
+513,7
@@
namespace("kivi", function(ns) {
if (!kivi.Validator) {
console.log('kivi.Validator is not loaded');
} else {
- kivi.Validator.validate_all(selector);
+
return
kivi.Validator.validate_all(selector);
}
};