summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorivan <ivan>2011-11-14 04:31:32 +0000
committerivan <ivan>2011-11-14 04:31:32 +0000
commitbda8c33f9b346ba6cd7aa4174ce0d3e37db7bd49 (patch)
tree6e2ecb77cf8321e2a8ff16d32204b2e04befb369 /httemplate/edit/elements/edit.html
parentc5ceb74497f48162185959070d841a91e8bb58d9 (diff)
rate tiers for vnes, RT#14903
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r--httemplate/edit/elements/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 6db54fd48..4e896f239 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -549,7 +549,7 @@ Example:
// only spawn if we're the last element... return if not
- var field_regex = /(\d+)(_[a-z]+)?$/;
+ var field_regex = /(\d+)(_[a-z_]+)?$/;
var match = field_regex.exec(what.name);
if ( !match ) {
alert(what.name + " didn't match for " + what);