From: Anthony Talarico Date: Fri, 8 Jan 2016 20:20:47 +0000 (-0500) Subject: testing expansion of treeview X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6c715e1626c09cd19d33ce9751b0d40a44f6af79;p=WP-Themes%2Fmichsci.git testing expansion of treeview --- diff --git a/js/app.js b/js/app.js index f4a04a3..2381476 100644 --- a/js/app.js +++ b/js/app.js @@ -147,5 +147,13 @@ $(document).ready(function () { $("." + $(this).val()).show(); }); } - } + } + $("document").ready(function() { + setTimeout(function() { + $(".hitarea").trigger('click'); + },10); + $(".hitarea").click(function(){ + + }); + }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 301eb1c..33da0e9 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -127,5 +127,13 @@ $(document).ready(function () { $("." + $(this).val()).show(); }); } - } + } + $("document").ready(function() { + setTimeout(function() { + $(".hitarea").trigger('click'); + },10); + $(".hitarea").click(function(){ + + }); + }); }); \ No newline at end of file