From 82851e146b32c88e16b3bc072e6ba0127dd8af63 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 18 Dec 2014 11:43:06 +0100 Subject: [PATCH 1/2] Hide the old tree when loading a new filtered tree --- pandora_console/operation/tree2.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pandora_console/operation/tree2.php b/pandora_console/operation/tree2.php index 3e12011356..7563368d37 100644 --- a/pandora_console/operation/tree2.php +++ b/pandora_console/operation/tree2.php @@ -123,28 +123,29 @@ echo ''; // --------------------- form filter ----------------------------------- ui_require_javascript_file("TreeController", "include/javascript/tree/"); -html_print_image('images/spinner.gif', false, array('class' => "loading_tree")); +html_print_image('images/spinner.gif', false, + array('class' => "loading_tree", + 'style' => 'display: none;')); echo "
"; echo "
"; echo "
"; echo "
"; ?>