diff options
-rw-r--r-- | phpfspot.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() |