Comptability : Falkon doesn't understand the javascript token "??"
This commit is contained in:
parent
ac37be2db0
commit
72a409cce5
1 changed files with 2 additions and 1 deletions
|
|
@ -377,7 +377,8 @@ function toggleHideShow(p_obj, p_button,rotate)
|
|||
var div_obj=g(p_obj);
|
||||
var stat = div_obj.style.display;
|
||||
|
||||
var str = g(p_button).value??"";
|
||||
var str = ( g(p_button))?g(p_button).value:"";
|
||||
|
||||
if (stat === 'none')
|
||||
{
|
||||
// specific for the DIV id search_form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue