From 6c715e1626c09cd19d33ce9751b0d40a44f6af79 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:20:47 -0500 Subject: [PATCH] testing expansion of treeview --- js/app.js | 10 +++++++++- js/custom/upcp.js | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) 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 -- 2.17.1