From: Laury GvR Date: Tue, 21 Jun 2016 21:51:45 +0000 (-0400) Subject: Fix curlybrace error breaking javascript: X-Git-Tag: v2.1.13^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=92174f9dac6aa62d41e0929f0d916a0fb052bbdc;p=WP-Plugins%2Fglm-member-db.git Fix curlybrace error breaking javascript: --- diff --git a/index.php b/index.php index 7721d5a5..e2999298 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 2.1.12 + * @version 2.1.13 */ /* @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.12'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.13'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.11'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/views/front/members/detail.html b/views/front/members/detail.html index 85f6b1d9..316d060a 100644 --- a/views/front/members/detail.html +++ b/views/front/members/detail.html @@ -485,7 +485,7 @@ //}); //} - //} + } // Load map google.maps.event.addDomListener(window, 'load', initMap);