Fixing minor layout issues and removing useless jQuery code.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 1 Sep 2016 16:56:31 +0000 (12:56 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 1 Sep 2016 16:56:31 +0000 (12:56 -0400)
views/admin/management/index.html
views/admin/settings/amenities.html

index 4e6db5d..d05cfe2 100644 (file)
                 var table = $(this).attr('data-show-table');
                 $('#' + table).removeClass('glm-hidden');
                 
-                if (table == 'glm-table-address') {
-                    initMap();
-                }
-                
             });
             
             // Flash certain elements for a short time after display      
index 729531e..70b27e6 100644 (file)
     
         <h2>Amenities</h2>
 
-        <table class="wp-list-table widefat fixed posts glm-admin-table">
+        <table class="wp-list-table wideFat fixed posts glm-admin-table">
             <thead>
                 <tr>
                     <th>Amenity</th>
             var table = $(this).attr('data-show-table');
             $('#' + table).removeClass('glm-hidden');
             
-            if (table == 'glm-table-address') {
-                initMap();
-            }
-            
         });
 
     });