[freeside-commits] branch FREESIDE_3_BRANCH updated. 583ba72bf9f7e963ebf66080a2376b8811f2bad5
Mark Wells
mark at 420.am
Wed Nov 18 13:33:33 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 583ba72bf9f7e963ebf66080a2376b8811f2bad5 (commit)
from 8e1e8692ba886613c43f5f6287bd128c992e995a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 583ba72bf9f7e963ebf66080a2376b8811f2bad5
Author: Mark Wells <mark at freeside.biz>
Date: Wed Nov 18 13:33:02 2015 -0800
include jquery, fix backport of #30260
diff --git a/httemplate/elements/polygon.html b/httemplate/elements/polygon.html
index c26e985..d75b9d0 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;
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/polygon.html | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list