changing primary font to Verdana
[phpfspot.git] / phpfspot.js
index 9204f3251c971c9f3a5462ee623e7b1cc1b32c73..be15455a107c61e0aadce75ca7b21e0cdd33fd6c 100644 (file)
@@ -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()
 {