Minor change to deactivate.php and removed old debug code from footer.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 26 Jan 2018 15:29:46 +0000 (10:29 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 26 Jan 2018 15:29:46 +0000 (10:29 -0500)
deactivate.php
views/front/footer.html

index 925b0ff..6b22014 100644 (file)
@@ -48,13 +48,13 @@ class glmMembersPackagingPluginDeactivate
      */
     public function __construct ($wpdb, $config)
     {
-
+/*
         // Save WordPress Database object
         $this->wpdb = $wpdb;
 
         // Save plugin configuration object
         $this->config = $config;
-
+*/
         // Delete our version from WordPress Options
         delete_option('glmMembersDatabasePackagingPluginVersion');
     }
index f8b0015..9dd4f4e 100644 (file)
@@ -1,10 +1,3 @@
 
-    </div> <!-- / front content area -->
-          
-  {if $frontDebug}
-    <script>
-        window.open('{$thisUrl}?glmDebugWindow=true','GLM_Plugin_Debug','width=800,height=800,left=50,top=50,resizable=yes,scrollbars=yes');
-    </script>
-  {/if}
-  
+    </div> <!-- / front content area -->  
 </div> <!-- / wrap -->
\ No newline at end of file