From: Anthony Talarico Date: Fri, 8 Jan 2016 21:17:25 +0000 (-0500) Subject: testing X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=75e42007f3ede02a7377edac37f7d8902d677762;p=WP-Themes%2Fmichsci.git testing --- diff --git a/js/app.js b/js/app.js index b01ca42..f571466 100644 --- a/js/app.js +++ b/js/app.js @@ -149,16 +149,10 @@ $(document).ready(function () { } } -// $treeview.find(".hasChildren").css("display", "block"); -// $("document").ready(function() { -// $(".hitarea").trigger('click'); -// $(".hitarea").click(function(){ -// }); -// $(".expandable-hitrea").trigger("click"); -// $(".expandable-hitrea").click(function() { -// -// }); -// -// -// }); + $treeview.find(".hasChildren").css("display", "block"); + $("document").ready(function() { + $(".hitarea").trigger('click'); + $(".hitarea").click(function(){ + }); + }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 7127c96..64af331 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -129,16 +129,10 @@ $(document).ready(function () { } } -// $treeview.find(".hasChildren").css("display", "block"); -// $("document").ready(function() { -// $(".hitarea").trigger('click'); -// $(".hitarea").click(function(){ -// }); -// $(".expandable-hitrea").trigger("click"); -// $(".expandable-hitrea").click(function() { -// -// }); -// -// -// }); + $treeview.find(".hasChildren").css("display", "block"); + $("document").ready(function() { + $(".hitarea").trigger('click'); + $(".hitarea").click(function(){ + }); + }); }); \ No newline at end of file