From: Andreas Unterkircher Date: Sun, 20 Jan 2008 10:10:55 +0000 (+0100) Subject: issue101, fix another misbehaviour when seting display attribute X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=74c290c62bbc48dfd0aa1d243a700da4eb0dcd1f;ds=sidebyside issue101, fix another misbehaviour when seting display attribute Signed-off-by: Andreas Unterkircher --- diff --git a/phpfspot.js b/phpfspot.js index 0cec671..89eacba 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -329,7 +329,7 @@ function hidePhotoDetails(mode) } else { photo_details.style.visibility = 'visible'; - photo_details.style.display = 'inline'; + photo_details.style.display = ''; } } } // hidePhotoDetails()