From 92174f9dac6aa62d41e0929f0d916a0fb052bbdc Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 21 Jun 2016 17:51:45 -0400 Subject: [PATCH] Fix curlybrace error breaking javascript: --- index.php | 4 ++-- views/front/members/detail.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.17.1