X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Felements%2Fedit.html;h=a32e99c0c189e3ee5f78cc859467521c81e0d20d;hp=0f5f7bdb7d37db6a336f5931c9006a06ef143196;hb=dac9051f94d03903c00a46117f6edf8315ec57dc;hpb=aa6da3f37ddddf21ea5935f4e8f5fe531d18cc89 diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 0f5f7bdb7..a32e99c0c 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -640,7 +640,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_0-9]+)?$/; var match = field_regex.exec(what.name); if ( !match ) { alert(what.name + " didn't match for " + what);