From 74c290c62bbc48dfd0aa1d243a700da4eb0dcd1f Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 20 Jan 2008 11:10:55 +0100 Subject: issue101, fix another misbehaviour when seting display attribute Signed-off-by: Andreas Unterkircher --- phpfspot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3-18-g5258