kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Fixed lookups not working unless stats window had been opened at least once
rodzic
5d7f214948
commit
119bf4cf77
|
@ -8632,7 +8632,7 @@ function lookupValidateCallByElement(elementString)
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
g_lookupWindowHandle != null &&
|
g_lookupWindowHandle != null &&
|
||||||
typeof g_statsWindowHandle.window.validateCallByElement !== "undefined"
|
typeof g_lookupWindowHandle.window.validateCallByElement !== "undefined"
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
g_lookupWindowHandle.window.validateCallByElement(elementString);
|
g_lookupWindowHandle.window.validateCallByElement(elementString);
|
||||||
|
@ -8642,7 +8642,7 @@ function lookupFocus(selection)
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
g_lookupWindowHandle != null &&
|
g_lookupWindowHandle != null &&
|
||||||
typeof g_statsWindowHandle.window.statsFocus !== "undefined"
|
typeof g_lookupWindowHandle.window.statsFocus !== "undefined"
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
g_lookupWindowHandle.window.statsFocus(selection);
|
g_lookupWindowHandle.window.statsFocus(selection);
|
||||||
|
|
Ładowanie…
Reference in New Issue