mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Increased default Javascript Menu Timeout from 1,5 to 3 seconds.
We should proberly make this a configureable option
This commit is contained in:
parent
6de2f6328d
commit
8b71df037c
@ -50,7 +50,7 @@
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: 4px; /* to position them to the right of their containing block */
|
||||
width: auto; /* width is based on the containing block */
|
||||
width: 400; /* width is based on the containing block */
|
||||
}
|
||||
|
||||
div#menu ul ul,
|
||||
|
@ -161,7 +161,7 @@ function toggleFormareaVisibility(FormFieldName, FirstHiddenArea, SecondHiddenAr
|
||||
|
||||
// helper array to keep track of the timeouts!
|
||||
var runningTimeouts = new Array();
|
||||
var defaultMenuTimeout = 1500;
|
||||
var defaultMenuTimeout = 3000;
|
||||
/*
|
||||
* Toggle display type from NONE to BLOCK
|
||||
*/
|
||||
@ -235,7 +235,6 @@ function DebugShowElementsById(ObjName)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Detail popup handling functions
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user