From a3b53266499c0fa11ece36424690711cc142e213 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:22:40 -0500 Subject: [PATCH] testing jquery auto expand treeview --- js/app.js | 3 +++ js/custom/upcp.js | 3 +++ 2 files changed, 6 insertions(+) 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); -- 2.17.1