moving init data to the top of the js code
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 28 Dec 2018 21:39:10 +0000 (16:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 28 Dec 2018 21:39:10 +0000 (16:39 -0500)
views/admin/manageDashboard/index.html

index be52291..1846ed4 100644 (file)
             inDuration : 500,
             outDuration        : 500
         });
-        
+        $('.edit-screen').sidenav({
+            inDuration : 400,
+            outDuration        : 400
+        });
+
 
         /*
             *  Text Search Autocomplete
             );
         });
 
-        $('.edit-screen').sidenav({
-            inDuration : 400,
-            outDuration        : 400
-        });
-
         $(document).on("click",".member-record-name", function(){
             $(".edit-screen").html('');
             editData.option     = "manage";