summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorivan <ivan>2011-11-14 04:31:31 +0000
committerivan <ivan>2011-11-14 04:31:31 +0000
commit3db061f538c06804bd0a52b9ef8be3dc6b6db82e (patch)
tree7335808809768c4dcc6c8c85aebfa3ec365398ea /httemplate/edit/elements/edit.html
parent3892b13ea137969a2b4f880883960e58003cc1b3 (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);