Lines 91-97
sub plugin_javascript {
Link Here
|
91 |
|
91 |
|
92 |
# default js body (if not filled by hbyymmincr) |
92 |
# default js body (if not filled by hbyymmincr) |
93 |
$scr or $scr = <<END_OF_JS; |
93 |
$scr or $scr = <<END_OF_JS; |
94 |
if (\$('#' + id).val() == '' || force) { |
94 |
if (\$('#' + id).val() == '') { |
95 |
\$('#' + id).val('$nextnum'); |
95 |
\$('#' + id).val('$nextnum'); |
96 |
} |
96 |
} |
97 |
END_OF_JS |
97 |
END_OF_JS |
98 |
- |
|
|