Comptability : Falkon doesn't understand the javascript token "??"

This commit is contained in:
sparkyx 2022-11-28 16:54:53 +01:00
parent ac37be2db0
commit 72a409cce5

View file

@ -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