From: Laury GvR Date: Tue, 21 Jun 2016 12:53:40 +0000 (-0400) Subject: Fixing curly brace missing in jquery causing all scripts to fail X-Git-Tag: v2.1.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=06321a8188ae1a31039caca5c77c3f6f9897b697;p=WP-Plugins%2Fglm-member-db.git Fixing curly brace missing in jquery causing all scripts to fail --- diff --git a/views/front/members/detail.html b/views/front/members/detail.html index 810f70ca..e00c5bfe 100644 --- a/views/front/members/detail.html +++ b/views/front/members/detail.html @@ -459,7 +459,7 @@ //}); //} - //} + } // Load map google.maps.event.addDomListener(window, 'load', initMap);