From 75e42007f3ede02a7377edac37f7d8902d677762 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:17:25 -0500 Subject: [PATCH] testing --- js/app.js | 18 ++++++------------ js/custom/upcp.js | 18 ++++++------------ 2 files changed, 12 insertions(+), 24 deletions(-) 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 -- 2.17.1