From 8d6dd80c24cfcd9a12e8c511a4fe366a48f7cb18 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 28 Dec 2018 16:39:10 -0500 Subject: [PATCH] moving init data to the top of the js code --- views/admin/manageDashboard/index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/views/admin/manageDashboard/index.html b/views/admin/manageDashboard/index.html index be522917..1846ed46 100644 --- a/views/admin/manageDashboard/index.html +++ b/views/admin/manageDashboard/index.html @@ -76,7 +76,11 @@ inDuration : 500, outDuration : 500 }); - + $('.edit-screen').sidenav({ + inDuration : 400, + outDuration : 400 + }); + /* * Text Search Autocomplete @@ -211,11 +215,6 @@ ); }); - $('.edit-screen').sidenav({ - inDuration : 400, - outDuration : 400 - }); - $(document).on("click",".member-record-name", function(){ $(".edit-screen").html(''); editData.option = "manage"; -- 2.17.1