X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fpolygon.html;h=b5aa937537f71d12cbc87ec9f4dee63e92569511;hb=62b18c75989a1b00a25079f8f110992aaad81bba;hp=062aa48e838cc8e0c6c6f985958683813d4550a7;hpb=528880a776025ff165fdd0b5d73811eb6d49dd9d;p=freeside.git diff --git a/httemplate/elements/polygon.html b/httemplate/elements/polygon.html index 062aa48e8..b5aa93753 100644 --- a/httemplate/elements/polygon.html +++ b/httemplate/elements/polygon.html @@ -5,12 +5,16 @@ 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 &>
+
 
- +