summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-07 15:09:29 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-07 15:09:29 +0000
commitd902cdfd067b6ae1356c537b4d5605307f3ed524 (patch)
treea5e52937138f0e30e5fa88f53c41d4363e8c66ba /phpfspot.js
parent16b42e8df740890bebae0f96e7411139d3992ea0 (diff)
show additional infos in the image preview bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@40 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index c2fe0d6..23a7130 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -44,3 +44,8 @@ function showPhotoIndex()
// content = document.getElementById("content");
// content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_photo_index');
}
+
+function showBubbleDetails(object, id, direction)
+{
+ HTML_AJAX.replace(object, 'rpc.php?action=showbubbledetails&id=' + id + '&direction=" + direction');
+}