initializing Materialize to get the materialize components working
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Sep 2018 11:25:00 +0000 (07:25 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Sep 2018 11:25:00 +0000 (07:25 -0400)
views/admin/members/header.html

index f99f111..46dd5a3 100644 (file)
         </div>
     </div>    
 </div>
-
+<script> 
+    jQuery(function($){
+        M.AutoInit();
+    })
+    
+</script>