From 5582e4b890f6c2c42b6614894645a1637e4e849c Mon Sep 17 00:00:00 2001 From: Acumen Date: Sun, 30 Oct 2005 01:06:04 +0000 Subject: [PATCH] Added resetUpdateVars(), so that selection/property update handler is actually refreshed and so improves performance like it's meant to. ;) Thanks for spotting that, Philip. This was SVN commit r3053. --- binaries/data/mods/official/gui/test/functions_page_session.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/binaries/data/mods/official/gui/test/functions_page_session.js b/binaries/data/mods/official/gui/test/functions_page_session.js index deaa2e01e3..3ca9c2679d 100644 --- a/binaries/data/mods/official/gui/test/functions_page_session.js +++ b/binaries/data/mods/official/gui/test/functions_page_session.js @@ -342,6 +342,9 @@ function snRefresh() // Update Team Tray // (later, we need to base this on the player creating a group). // refreshTeamTray(); + + // Refresh handler that monitors whether property/selection has been updated. + resetUpdateVars(); } }