summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 23a7130..99da2ce 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -4,6 +4,12 @@ function showImage(id)
content.innerHTML = HTML_AJAX.grab('rpc.php?action=showphoto&id=' + id);
}
+function showCredits()
+{
+ content = document.getElementById("content");
+ content.innerHTML = HTML_AJAX.grab('rpc.php?action=showcredits');
+}
+
function Tags(mode, id)
{
if(mode == "add") {
@@ -49,3 +55,4 @@ function showBubbleDetails(object, id, direction)
{
HTML_AJAX.replace(object, 'rpc.php?action=showbubbledetails&id=' + id + '&direction=" + direction');
}
+