summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
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');
+}