summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-18 13:33:02 -0800
committerMark Wells <mark@freeside.biz>2015-11-18 13:33:02 -0800
commit583ba72bf9f7e963ebf66080a2376b8811f2bad5 (patch)
treed31fed4b7f8e78fa9fe9dacec02d029a5d759439 /httemplate
parent8e1e8692ba886613c43f5f6287bd128c992e995a (diff)
include jquery, fix backport of #30260
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/polygon.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/polygon.html b/httemplate/elements/polygon.html
index c26e98546..d75b9d04b 100644
--- a/httemplate/elements/polygon.html
+++ b/httemplate/elements/polygon.html
@@ -9,6 +9,7 @@ my $vertices_json = $opt{'curr_value'} || '[]';
<& hidden.html, %opt &>
<div id="<% $div_id %>" style="height: 600px; width: 600px"></div>
+<script src="<% $fsurl %>elements/jquery.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=drawing"></script>
<script>
var map;