projects
/
project
/
luci2
/
ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abf327
)
luci2: fix missing error message in ip6addr datatype validation
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 13 Oct 2013 22:39:42 +0000
(22:39 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 13 Oct 2013 22:39:42 +0000
(22:39 +0000)
luci2/htdocs/luci2/luci2.js
patch
|
blob
|
history
diff --git
a/luci2/htdocs/luci2/luci2.js
b/luci2/htdocs/luci2/luci2.js
index 81fc01dc65385b8402c58d37abdea5d16b60d6f3..df127e175b77a15951416fe44cb8165b40ec4fb7 100644
(file)
--- a/
luci2/htdocs/luci2/luci2.js
+++ b/
luci2/htdocs/luci2/luci2.js
@@
-2991,6
+2991,7
@@
function LuCI2()
}
}
+ validation.i18n('Must be a valid IPv6 address');
return false;
},