diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 08:48:43 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 08:48:43 +0000 |
commit | fb15deeef32d80ef922a578d742ff49633d5f94e (patch) | |
tree | 8035edb92e3e33000b3467ca2b9c9e796d67d169 /phpfspot.js | |
parent | 7c498e18d97daa7ae42e355adf24b8c77cacad33 (diff) |
nice bubble preview in photo index view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@33 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r-- | phpfspot.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpfspot.js b/phpfspot.js index ce49f35..c2fe0d6 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -39,6 +39,8 @@ function refreshSelectedTags() function showPhotoIndex() { - content = document.getElementById("content"); - content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_photo_index'); + HTML_AJAX.replace(document.getElementById("content"), 'rpc.php?action=show_photo_index'); + +// content = document.getElementById("content"); +// content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_photo_index'); } |