diff options
Diffstat (limited to 'phpfspot.js')
-rw-r--r-- | phpfspot.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpfspot.js b/phpfspot.js index 9204f32..be15455 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -66,11 +66,6 @@ function showPhotoIndex(begin_with) HTML_AJAX.replace(document.getElementById("content"), encodeURI('rpc.php?action=show_photo_index&begin_with=' + begin_with)); } -function showBubbleDetails(object, id, direction) -{ - HTML_AJAX.replace(object, encodeURI('rpc.php?action=showbubbledetails&id=' + id + '&direction=" + direction')); -} - // if photo index is currently shown, refresh it function refreshPhotoIndex() { |