X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Felements%2Fedit.html;h=4e896f2395af01a1c9f09c39704d01710fb91117;hp=6db54fd48dc67870298543096f2713efd4586a5f;hb=bda8c33f9b346ba6cd7aa4174ce0d3e37db7bd49;hpb=c5ceb74497f48162185959070d841a91e8bb58d9 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);