From: Anthony Talarico Date: Fri, 8 Jan 2016 20:22:40 +0000 (-0500) Subject: testing jquery auto expand treeview X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a3b53266499c0fa11ece36424690711cc142e213;p=WP-Themes%2Fmichsci.git testing jquery auto expand treeview --- diff --git a/js/app.js b/js/app.js index 2381476..f82953c 100644 --- a/js/app.js +++ b/js/app.js @@ -149,6 +149,9 @@ $(document).ready(function () { } } $("document").ready(function() { + setTimeout(function() { + $(".hitarea").trigger('click'); + },10); setTimeout(function() { $(".hitarea").trigger('click'); },10); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 33da0e9..4a67188 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -129,6 +129,9 @@ $(document).ready(function () { } } $("document").ready(function() { + setTimeout(function() { + $(".hitarea").trigger('click'); + },10); setTimeout(function() { $(".hitarea").trigger('click'); },10);