include jquery, fix backport of #30260
authorMark Wells <mark@freeside.biz>
Wed, 18 Nov 2015 21:33:02 +0000 (13:33 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 18 Nov 2015 21:33:02 +0000 (13:33 -0800)
httemplate/elements/polygon.html

index c26e985..d75b9d0 100644 (file)
@@ -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;