From d902cdfd067b6ae1356c537b4d5605307f3ed524 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 7 Jun 2007 15:09:29 +0000 Subject: show additional infos in the image preview bubble git-svn-id: file:///var/lib/svn/phpfspot/trunk@40 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpfspot.js') 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'); +} -- cgit v1.2.3-18-g5258