X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fpolygon.html;h=a0d380bb8f1710c008c86f3e8b66dd427665428e;hb=fe293dc0ca4ea3939de9c2ad28d3aaf7c8980644;hp=41ba653742ef4480c9d57435b86cc92873b53356;hpb=1d9bee7e321b4ec2db3250af5f4d9240725b1974;p=freeside.git diff --git a/httemplate/elements/polygon.html b/httemplate/elements/polygon.html index 41ba65374..a0d380bb8 100644 --- a/httemplate/elements/polygon.html +++ b/httemplate/elements/polygon.html @@ -5,11 +5,15 @@ my $id = $opt{'id'} || $opt{'field'}; my $div_id = "div_$id"; my $vertices_json = $opt{'curr_value'} || '[]'; + +my $apikey = FS::Conf->new->config('google_maps_api_key'); + <& hidden.html, %opt &>
+
 
- +