From: Anthony Talarico Date: Fri, 28 Dec 2018 21:39:10 +0000 (-0500) Subject: moving init data to the top of the js code X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8d6dd80c24cfcd9a12e8c511a4fe366a48f7cb18;p=WP-Plugins%2Fglm-member-db.git moving init data to the top of the js code --- 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";