Fix curlybrace error breaking javascript:
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Jun 2016 21:51:45 +0000 (17:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Jun 2016 21:51:45 +0000 (17:51 -0400)
index.php
views/front/members/detail.html

index 7721d5a..e299929 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @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
index 85f6b1d..316d060 100644 (file)
                   //});
                 //}
                 
-            //}
+            }
             
             // Load map
             google.maps.event.addDomListener(window, 'load', initMap);