summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-05 20:51:35 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-05 20:51:35 +0000
commit60b6594fad70d2d49676e02b6123385173bcdae3 (patch)
tree797c9f570b62a437741fa8c919c5d0cf53aabbeb /phpfspot.js
parentbbf969dc87143266abb170ec1334fcc444b33fb7 (diff)
some first draft of an working photo index page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@20 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 4f8fd52..ce49f35 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -36,3 +36,9 @@ function refreshSelectedTags()
content = document.getElementById("selected_tags");
content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_selected_tags');
}
+
+function showPhotoIndex()
+{
+ content = document.getElementById("content");
+ content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_photo_index');
+}